epitls-pi/example/simple/main.c

8 lines
97 B
C

#include <stdio.h>
int main() {
int a;
printf("hello, world!! %d\n", a);
}
int hello = 35;