Log In
tests
/
clang
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Blame toolchains/hello.cpp
Branch:
main
main
master
main
toolchains
hello.cpp
Blob
History
Raw
c7a6ef0
#include <iostream>
c7a6ef0
int main(int argc, char **argv) {
c7a6ef0
std::cout << "Hello World\n";
c7a6ef0
return 0;
c7a6ef0
}