This commit is contained in:
interfiberschool 2023-03-17 11:45:37 +00:00
parent 92bc02b3a5
commit 9798f880f9
5 changed files with 25 additions and 6 deletions

View file

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