From 6337a8d398a223345e2e22ede0911d5e6dcab019 Mon Sep 17 00:00:00 2001 From: Autumn Date: Sun, 23 Aug 2026 11:33:35 +0100 Subject: [bunnytask] added basic TODO.TXT reading --- todo/print.ha | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 todo/print.ha (limited to 'todo/print.ha') diff --git a/todo/print.ha b/todo/print.ha new file mode 100644 index 0000000..4106fd9 --- /dev/null +++ b/todo/print.ha @@ -0,0 +1,5 @@ +use fmt; + +export fn print(todo: str) void = { + fmt::printfln("* {}", todo)!; +}; -- cgit v1.3