Userspace: Prepare aoc2023 environment :)

This commit is contained in:
2023-12-01 01:22:53 +02:00
parent 6ccb1bbbf9
commit dabd79afa7
4 changed files with 49 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{
printf("hello world\n");
}