view 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 source

use termbox;
use os;
use types::c;
use fmt;
//use hg;


export fn main() void = {
	//termbox::init()!;

	//TODO
	fmt::println("Hello")!;
	//termbox::shutdown();
};