Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93784666
hello.cc
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, Dec 1, 11:51
Size
153 B
Mime Type
text/x-c
Expires
Tue, Dec 3, 11:51 (2 d)
Engine
blob
Format
Raw Data
Handle
22700681
Attached To
rMARAFFO Master-cycle
hello.cc
View Options
#include <iostream>
void
greetings
()
{
std
::
cout
<<
"Hello world !"
<<
std
::
endl
;
}
int
main
(
int
argc
,
char
*
argv
[])
{
greetings
();
return
0
;
}
Event Timeline
Log In to Comment