[Modified] init laos compile env

This commit is contained in:
bLueriVerLHR
2023-05-11 16:10:59 +08:00
parent 5fb23889fa
commit 4e39007d17
9 changed files with 41 additions and 13 deletions

0
laos/src/common/common.c Normal file
View File

6
laos/src/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("%d", 123);
return 0;
}