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
import("std") let main() = { var p = std:malloc(8) as *i32 *p = 2 *(p+4) = 4 std:printf("%d\n", *(p+4)) }