Skip to content

Instantly share code, notes, and snippets.

@mwja
Created April 6, 2017 09:30
Show Gist options
  • Save mwja/26c8bb7a06d2f33f0043f1e74894e5e4 to your computer and use it in GitHub Desktop.
Save mwja/26c8bb7a06d2f33f0043f1e74894e5e4 to your computer and use it in GitHub Desktop.
program.st
class Program(args: [string])
func Program.con(): int {
console.log("Ran program.")
0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment