The Easiest Way to Save and Share Code Snippets on the web

c

posted: Jan, 31st 2009 | jump to bottom

#include<stdio.h>
int main(void){
  printf("Hello,World\n");
  return 0;
}
25 views