Created
July 6, 2021 01:23
-
-
Save fitsyu/2d43656c4f3684215e7a0051c6df9fbd to your computer and use it in GitHub Desktop.
Protokol kesehatan menggunakan bahasa pemrograman Swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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