toaruos/apps/test-cxx.c++

7 lines
78 B
C++
Raw Normal View History

2021-05-31 04:47:02 +03:00
#include <iostream>
int main() {
std::cout << "Hello, world!";
return 0;
}