kota's memex

https://harelang.org/

use fmt;

export fn main() void = {
	fmt::println("Hello World!")!;
};

hare functions hare variables hare control flow hare struct and tuple hare arrays and slices hare casting and type assertions hare memory management hare pointers hare errors hare testing hare stdlib hare libraries