1
0

added base C file + input template

This commit is contained in:
2024-10-08 13:20:49 +02:00
parent 37e2da5355
commit 4a0e1d3209
2 changed files with 17 additions and 0 deletions

8
simulator.c Normal file
View File

@@ -0,0 +1,8 @@
#define RR_QUANTUM 2
#define CNTXT_SWITCH 1
int main() {
return 0;
}