Skip to content

Commit

Permalink
Update SNIPPET.txt
Browse files Browse the repository at this point in the history
replace : by ; fixing the code err
  • Loading branch information
hesham04Dev authored Oct 4, 2024
1 parent 4670ad7 commit 0f56c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SNIPPET.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class HelloWorld {
void main() {
print("Hello World"):
print("Hello World");
}
}

0 comments on commit 0f56c5a

Please sign in to comment.