This website requires JavaScript.
Explore
Help
Sign In
Ganome
/
programming
Watch
1
Star
0
Fork
0
You've already forked programming
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
programming
/
cpp
/
ANSI
/
W1
/
Day1
/
1.1
/
main.cpp
8 lines
88 B
C++
Raw
Normal View
History
Unescape
Escape
Starting ANSI C++ 03
2024-08-25 11:27:24 -06:00
#
include
<iostream>
int
main
(
)
{
std
:
:
cout
<
<
"
Hello World!
\n
"
;
Forgot to commit
2025-02-09 00:29:34 -07:00
return
0
;
}
Reference in New Issue
Copy Permalink