Skip to content

Commit

Permalink
Updated for syntax changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Tebbs committed Oct 30, 2015
1 parent 21abe04 commit 4d15b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a/ash.ash
@@ -1,5 +1,5 @@
public class Ash {
public static void main(args : String[]) {
public static func main(args : [String]) {
println("Hello, world!")
}
}

0 comments on commit 4d15b76

Please sign in to comment.