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): *i32 let main() = { var p = malloc(8) *p = 2 *(p+4) = 4 return *(p+4) }