This website requires JavaScript.
Explore
Help
Sign In
motiejus
/
hermetic_cc_toolchain
Watch
1
Fork
You've already forked hermetic_cc_toolchain
0
Code
Releases
Activity
3de3da1b12
hermetic_cc_toolchain
/
test
/
hello.cpp
5 lines
81 B
C++
Raw
Blame
History
#
include
<iostream>
int
main
(
)
{
std
:
:
cout
<
<
"
Hello World!
"
<
<
std
:
:
endl
;
}
View Git Blame
Copy Permalink