1
Fork 0
hermetic_cc_toolchain/test/hello.cpp

5 lines
81 B
C++

#include <iostream>
int main() {
std::cout << "Hello World!" << std::endl;
}