.
This commit is contained in:
3
src/tests.c
Normal file
3
src/tests.c
Normal file
@@ -0,0 +1,3 @@
|
||||
int main()
|
||||
{
|
||||
}
|
||||
7
src/tyche.c
Normal file
7
src/tyche.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("This is not implemented yet.\n");
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user