6 lines
No EOL
77 B
C
6 lines
No EOL
77 B
C
#include <stdio.h>
|
|
|
|
int main(void) {
|
|
printf("Hello ant");
|
|
return 0;
|
|
} |