Newer
Older
honey-os / src / userland / shell / main.c
#define ALLOC_MAIN

#include <hlib.h>
#include <stdint.h>

int32_t main() { printf("HONEY-OS - made by Lukas Eisenhauer"); }