Skip to content

Commit 850d963

Browse files
authored
Merge pull request #34 from bishabosha/patch-1
2 parents a1339c4 + 3f60edc commit 850d963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/g8/src/main/scala/Main.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def main(args: Array[String]): Unit = {
1+
@main def hello: Unit = {
22
println("Hello world!")
33
println(msg)
44
}

0 commit comments

Comments
 (0)