mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
7 lines
136 B
C
7 lines
136 B
C
#include <stdio.h>
|
|
|
|
int cleonos_app_main(void) {
|
|
(void)printf("[USER][HELLO] Hello world from %s\n", "/hello.elf");
|
|
return 0;
|
|
}
|