repos
clone ssh: git@git.marzeq.foo:marzeq/qk.git
git@git.marzeq.foo:marzeq/qk.git
clone https: https://git.marzeq.foo/clone/marzeq/qk.git
https://git.marzeq.foo/clone/marzeq/qk.git
declare malloc(size: u64): *void let main() = { var p = cast(*i32, malloc(8)) *p = 2 *(p+4) = 4 return *(p+4) }