Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90625064
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
Sun, Nov 3, 08:59
Size
277 B
Mime Type
text/x-c
Expires
Tue, Nov 5, 08:59 (2 d)
Engine
blob
Format
Raw Data
Handle
22110869
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