Created
April 7, 2017 08:13
-
-
Save farhan-syed/87d38b714e92463e42cf6b195d88914a to your computer and use it in GitHub Desktop.
Simple Swift Function
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 someFunctionName () { | |
print("Hello World!") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment