Skip to content

Instantly share code, notes, and snippets.

@gahfy
Created December 15, 2020 04:16
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 gahfy/6e394567fe8bcf27248fe80d7822d559 to your computer and use it in GitHub Desktop.
Save gahfy/6e394567fe8bcf27248fe80d7822d559 to your computer and use it in GitHub Desktop.
fun getUsAddressStrategy() = AddressStrategy{
print("Please enter your state: ")
readLine()
print("Please enter your zipCode: ")
readLine()
print("Please enter your city: ")
readLine()
print("Please enter your street address: ")
readLine()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment