first commit
This commit is contained in:
commit
551ed00a32
11 changed files with 705 additions and 0 deletions
5
examples/helloworld/main.c
Normal file
5
examples/helloworld/main.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
int main() {
|
||||
exit(10);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue