6 lines
59 B
C
Executable File
6 lines
59 B
C
Executable File
#include <stdio.h>
|
|
main()
|
|
{
|
|
printf("hello, world\n");
|
|
}
|