RedPanda-CPP/platform/windows/templates/Hello/Hello_cpp.txt

5 lines
88 B
Plaintext
Raw Normal View History

2022-08-07 12:10:12 +08:00
#include <iostream>
int main(int argc, char** argv) {
std::cout << "Hello world!\n";
}