hello.cpp -> hello.c

This commit is contained in:
2024-03-23 10:43:54 +01:00
parent 91524beaad
commit 11b18a2073
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
add_executable(hello hello.cpp)
add_executable(hello hello.c)
target_link_libraries(hello syscalls_interface)

View File

@@ -20,7 +20,7 @@ void _start() {
}
putchar('\n');
while (true) {
while (1) {
// putchar('h');
// putchar('i');
// putchar('\n');