This website requires JavaScript.
Explore
Help
Sign In
VKVM
/
simple-draw
Watch
1
Star
0
Fork
You've already forked simple-draw
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
8b053dab64
simple-draw
/
main.cpp
6 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