This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
ktyl
/
skein
Watch
1
Star
0
Fork
You've already forked skein
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b14f8d5950
skein
/
hello.cpp
7 lines
96 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