Skip to content

Instantly share code, notes, and snippets.

@fitsyu
Created July 6, 2021 01:23
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 fitsyu/2d43656c4f3684215e7a0051c6df9fbd to your computer and use it in GitHub Desktop.
Save fitsyu/2d43656c4f3684215e7a0051c6df9fbd to your computer and use it in GitHub Desktop.
Protokol kesehatan menggunakan bahasa pemrograman Swift
protocol Kesehatan {
func memakaiMasker()
func mencuciTangan()
func menjagaJarak()
func menjauhiKerumunan()
func membatasiMobilisasi()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment