5 lines
58 B
C
5 lines
58 B
C
#include<stdio.h>
|
|
|
|
void main() {
|
|
printf("hello world");
|
|
} |
#include<stdio.h>
|
|
|
|
void main() {
|
|
printf("hello world");
|
|
} |