Skip to content

Commit

Permalink
add hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed May 6, 2023
1 parent ef99970 commit ddae2fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/2-hello-word/builder.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[modules.hello]
1 change: 1 addition & 0 deletions examples/2-hello-word/hello/hello.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@main def hello = println("Hello, world!")

0 comments on commit ddae2fc

Please sign in to comment.