epitls-pi/example/simple/main.c

6 lines
80 B
C

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