This commit is contained in:
Anthony Cossins
2022-05-27 13:28:40 +01:00
committed by GitHub
parent a80e0e9643
commit 8271a42ce9
2 changed files with 5 additions and 1 deletions

3
j/Jakt.jakt Normal file
View File

@@ -0,0 +1,3 @@
function main() {
println("Hello World")
}