f_and_c/example6/hello.cc
2024-05-13 14:04:30 +08:00

7 lines
85 B
C++

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