Ubuntu Pastebin

Paste from wildchild at Sun, 22 Mar 2015 03:18:10 +0000

Download as text
1
2
3
4
5
6
#include<stdio.h>

int main(int argc, char **argv) {
    fputs("Hello \n", stdout);
    return 0;
}
Download as text