toaruos/apps/test-cxx.c++
2021-05-31 10:54:11 +09:00

7 lines
78 B
C++

#include <iostream>
int main() {
std::cout << "Hello, world!";
return 0;
}