c
posted: Jan, 31st 2009 | jump to bottom
#include<stdio.h> int main(void){ printf("Hello,World\n"); return 0; }
25 views
posted: Jan, 31st 2009 | jump to bottom
#include<stdio.h> int main(void){ printf("Hello,World\n"); return 0; }