Skip to content

Instantly share code, notes, and snippets.

@Praetonus
Created July 8, 2017 09:00
actor Main
new create(env: Env) =>
let x = String
x.reserve(USize(-1))
while true do
x.recalc()
x.push(1)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment