view cmd/hg-wolp.ha @ 3:7e3c01987454 main

Added basic design
author luxanna <l.lux@magenta.de>
date Mon, 18 May 2026 23:44:11 +0200
parents 8376aa48453d
children 4016ab04414d
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();
};