Mercurial
view cmd/hg-wolp.ha @ 2:b85c72168719 main
Add HAREFLAGS to Makefile
| author | luxanna <l.lux@magenta.de> |
|---|---|
| date | Mon, 18 May 2026 23:43:47 +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(); };
