mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-18 05:00:41 +01:00
7 lines
69 B
C++
7 lines
69 B
C++
|
|
||
|
#include <iostream>
|
||
|
|
||
|
void test() {
|
||
|
std::cout << "Hello world!";
|
||
|
}
|