Implemented runtime files and tests
This commit is contained in:
4
tests/start.c
Normal file
4
tests/start.c
Normal file
@@ -0,0 +1,4 @@
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
return 42;
|
||||
}
|
||||
Reference in New Issue
Block a user