comparison cmd/hg-wolp.ha @ 0:8376aa48453d main tip

Initial commit with bare code
author luxanna <l.lux@magenta.de>
date Wed, 13 May 2026 22:02:23 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:8376aa48453d
1 use termbox;
2 use os;
3 use types::c;
4 use fmt;
5 //use hg;
6
7
8 export fn main() void = {
9 //termbox::init()!;
10
11 //TODO
12 fmt::println("Hello")!;
13 //termbox::shutdown();
14 };