Skip to content

Commit 7430d06

Browse files
committed
examples: fix hello world example
1 parent 38807a9 commit 7430d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello_world.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fn main() {
2-
println("Hello World!")
2+
println("Hello World!");
33
}
44

0 commit comments

Comments
 (0)