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

Initial commit with bare code
author luxanna <l.lux@magenta.de>
date Wed, 13 May 2026 22:02:23 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cmd/hg-wolp.ha	Wed May 13 22:02:23 2026 +0200
@@ -0,0 +1,14 @@
+use termbox;
+use os;
+use types::c;
+use fmt;
+//use hg;
+
+
+export fn main() void = {
+	//termbox::init()!;
+
+	//TODO
+	fmt::println("Hello")!;
+	//termbox::shutdown();
+};
\ No newline at end of file