Merge pull request #231 from SamTebbs33/patch-1

Updated "ash" to reflect syntax changes
This commit is contained in:
Mike Donaghy
2015-11-03 01:07:04 -05:00

View File

@@ -1,5 +1,5 @@
public class Ash {
public static void main(args : String[]) {
public static func main(args : [String]) {
println("Hello, world!")
}
}