Co-authored-by: Hitsuji <erwann.mason@gmail.com>
This commit is contained in:
Hitsuji-M
2022-12-25 19:29:05 +01:00
committed by GitHub
parent ded3f86509
commit bd56cbfeb5
2 changed files with 7 additions and 1 deletions

5
j/Jolie.ol Normal file
View File

@@ -0,0 +1,5 @@
include "console.iol"
main {
println@Console("Hello World")()
}