Skip to content

Commit

Permalink
Update main.ba
Browse files Browse the repository at this point in the history
  • Loading branch information
liptaciak authored Apr 17, 2024
1 parent 4417d55 commit 3b2f5b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/hello_world/main.ba
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@
*
*/

@import "std.ba"

fun main() -> i32 {
println("Hello, World!")
return 0
}

0 comments on commit 3b2f5b8

Please sign in to comment.