This website requires JavaScript.
Explore
Help
Register
Sign In
nemo
/
script-linux
Watch
1
Star
0
Fork
You've already forked script-linux
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ed35990754
script-linux
/
newp-template
/
cpp.template
/
src
/
main.cpp
7 lines
95 B
C++
Raw
Blame
History
#
include
<iostream>
int
main
(
)
{
std
:
:
cout
<
<
"
Hello World!
"
<
<
std
:
:
endl
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink