Skip to content

Instantly share code, notes, and snippets.

@wjlafrance
Created March 25, 2016 17:36
Show Gist options
  • Save wjlafrance/31df15769c9e385c15aa to your computer and use it in GitHub Desktop.
Save wjlafrance/31df15769c9e385c15aa to your computer and use it in GitHub Desktop.
Example swift scripts
print("Content-type: text/html")
print("")
print("Hello from compiled Swift on the web!")
#! /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