10 lines
97 B
C
10 lines
97 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
printf ("hello, world\n");
|
|
return 0;
|
|
}
|