This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
a
/
Ash.ash
6 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added the Ash programming language
2015-05-27 10:39:46 +01:00
public class Ash {
Updated for syntax changes
2015-10-30 01:22:41 +00:00
public static func main(args : [String]) {
Normalize printed text Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00
println("Hello World")
Added the Ash programming language
2015-05-27 10:39:46 +01:00
}
}
Reference in New Issue
Copy Permalink