omos-tcnj2024/sys/sysinit.c

5 lines
50 B
C
Raw Normal View History

2024-02-17 23:19:28 +01:00
void
sysinit() {
write("Om Smart.", 0x0F, 10);
}