mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
hello.cpp -> hello.c
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
add_executable(hello hello.cpp)
|
||||
add_executable(hello hello.c)
|
||||
|
||||
target_link_libraries(hello syscalls_interface)
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ void _start() {
|
||||
}
|
||||
putchar('\n');
|
||||
|
||||
while (true) {
|
||||
while (1) {
|
||||
// putchar('h');
|
||||
// putchar('i');
|
||||
// putchar('\n');
|
||||
Reference in New Issue
Block a user