omos-tcnj2024/sys/sysinit.c
2024-02-17 17:19:28 -05:00

5 lines
50 B
C

void
sysinit() {
write("Om Smart.", 0x0F, 10);
}