Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121633061
hello.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jul 12, 16:13
Size
277 B
Mime Type
text/x-c
Expires
Mon, Jul 14, 16:13 (2 d)
Engine
blob
Format
Raw Data
Handle
27363276
Attached To
R9360 PCSC_git
hello.cpp
View Options
#include <iostream>
int
main
(
int
argc
,
char
*
argv
[])
{
/* This is a comment and will be ignored by the compiler
Comments are useful to explain in English what
the program does */
// Print "Hello World" to the screen
std
::
cout
<<
"Hello World
\n
"
;
return
0
;
}
Event Timeline
Log In to Comment