Created
July 4, 2021 14:12
-
-
Save kishikawakatsumi/4d45b97be59b08d3ea0c6e584014b1e5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
func f() { | |
print("Hello World!\n") | |
} | |
f() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment