Skip to content

Instantly share code, notes, and snippets.

@csexton
Created May 19, 2015 20:57
Show Gist options
  • Save csexton/19449b6e60ca233983b9 to your computer and use it in GitHub Desktop.
Save csexton/19449b6e60ca233983b9 to your computer and use it in GitHub Desktop.
% cat hi.swift
println("Hello, world!")
% swift hi.swift
Hello, world!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment