1
Fork 0
hermetic_cc_toolchain/test/hello.cpp

5 lines
81 B
C++
Raw Normal View History

2021-04-10 01:05:01 +03:00
#include <iostream>
int main() {
std::cout << "Hello World!" << std::endl;
}