M7350/system/core/libacc/tests/data/hello.c
2024-09-09 08:52:07 +00:00

4 lines
44 B
C

main(a,b) {
printf("Hello, world\n");
}