Implemented runtime files and tests

This commit is contained in:
Max Wash
2020-03-31 12:55:52 +01:00
parent 4cc8e52052
commit 28256512c9
8 changed files with 59 additions and 13 deletions

4
tests/start.c Normal file
View File

@@ -0,0 +1,4 @@
int main(int argc, char **argv)
{
return 42;
}