banan-os/userspace/aoc2023/day1/main.cpp

7 lines
61 B
C++

#include <stdio.h>
int main()
{
printf("hello world\n");
}