Blame | Last modification | View Log | RSS feed
#include <stdio.h>
void main(){
printf("Hello world\n");
return 0;
}