Files
cjs-lite/step0/app.c
2026-06-12 18:48:27 +02:00

5 lines
66 B
C

__attribute__((export_name("hello")))
int hello() {
return 4;
}