Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
NatKarmios committed Jan 14, 2024
1 parent 57480cf commit cd39534
Show file tree
Hide file tree
Showing 11 changed files with 9,289 additions and 51 deletions.
5 changes: 5 additions & 0 deletions for_test.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
int main() {
for (int i = 0; i < 10; i++)
printf("%d\n", i);
return 0;
}
Loading

0 comments on commit cd39534

Please sign in to comment.