Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120354375
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
Thu, Jul 3, 17:49
Size
153 B
Mime Type
text/x-c
Expires
Sat, Jul 5, 17:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27176750
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