This website requires JavaScript.
Explore
Help
Sign In
dendy
/
platform-test
Watch
1
Star
0
Fork
You've already forked platform-test
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
174cab5983
platform-test
/
hello-world.cpp
9 lines
100 B
C++
Raw
Blame
History
#
include<iostream>
using
namespace
std
;
int
main
(
)
{
cout
<
<
"
Hello world!
"
<
<
endl
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink