Userspace: Prepare aoc2023 environment :)

This commit is contained in:
2023-12-01 01:20:50 +02:00
parent 6ccb1bbbf9
commit dabd79afa7
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{
printf("hello world\n");
}