Go to most recent revision | Details | Last modification | View Log | RSS feed
//hello.c
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello, world!!\n");
return 0;
}