view cmd/hg-wolp.ha @ 1:6428879e8e51 main tip

Added more targets and vars for (un)install
author luxanna <l.lux@magenta.de>
date Thu, 14 May 2026 23:18:28 +0200
parents 8376aa48453d
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();
};