hotwire/examples/unix/lib.c
interfiberschool 7240505bd1 init
2023-03-16 18:04:29 +00:00

5 lines
No EOL
63 B
C

#include <stdio.h>
void test(){
printf("testing 123\n");
}