Skip to content

Instantly share code, notes, and snippets.

@sanikkenway
Created June 4, 2021 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanikkenway/a600cac18fa12d26e0a89a075f50e58e to your computer and use it in GitHub Desktop.
Save sanikkenway/a600cac18fa12d26e0a89a075f50e58e to your computer and use it in GitHub Desktop.
def sop_kerajaan_gagal
abang_jamil = true
lockdown = 0
while abang_jamil do
lockdown += 1
initiate_lockdown(lockdown)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment