This commit is contained in:
interfiberschool 2023-03-16 18:04:29 +00:00
parent d5ec6494be
commit 7240505bd1
10 changed files with 128 additions and 1 deletions

5
examples/win/lib.c Normal file
View file

@ -0,0 +1,5 @@
#include <stdio.h>
void test(){
printf("testing 123(windows)\n");
}