9 lines
104 B
C
9 lines
104 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main()
|
|
{
|
|
printf("Hello world! P2.1\n");
|
|
return 0;
|
|
}
|