The Nest
Explore
Sign in
otaithleigh
hello-pijul
hello.cpp
0
Code
Changes
Tags
Discussions
main
#include
<
iostream
>
int
main
(
)
{
std
::
cout
<<
"
Hello pijul!
"
<<
"
\n
"
;
return
0
;
}