Skip to content

Instantly share code, notes, and snippets.

@thomasrudin
Created June 2, 2019 15:46
if event.type == "program" then
interrupt(1)
end
if event.type == "interrupt" then
print("stuff")
interrupt(1)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment