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/dca7eb8706c83fa5f4021043c40a93eb to your computer and use it in GitHub Desktop.
Save sanikkenway/dca7eb8706c83fa5f4021043c40a93eb to your computer and use it in GitHub Desktop.
def surviving_covid19
alive = true
while alive do
wear_mask
aware_distance(1) # in meter
wash_hands
if covid_symptom || close_contact('positive')
covid_test('pcr') # pcr, rtk
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment