6 lines
78 B
C
6 lines
78 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
int a;
|
|
printf("hello, world!! %d\n", a);
|
|
}
|