9 lines
70 B
C
9 lines
70 B
C
#include <stdio.h>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
printf ("hello\n");
|
|
return 0;
|
|
}
|