Created
March 25, 2016 17:36
-
-
Save wjlafrance/31df15769c9e385c15aa to your computer and use it in GitHub Desktop.
Example swift scripts
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
print("Content-type: text/html") | |
print("") | |
print("Hello from compiled Swift on the web!") |
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
#! /usr/bin/swift | |
print("Content-type: text/html") | |
print("") | |
print("Hello from interpreted Swift on the web!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment