opnsense-ports/devel/emscripten/files/hello_world.c
Franco Fichtner 195137c968 */*: sync with upstream
Taken from: FreeBSD
2025-01-07 13:45:07 +01:00

7 lines
76 B
C

#include <stdio.h>
int main() {
printf("Hello World!\n");
return 0;
}