Skip to content

Commit

Permalink
Merge pull request #1 from DawnMagnet/push-vwmqmmuvvvmy
Browse files Browse the repository at this point in the history
fix error
  • Loading branch information
DawnMagnet authored Mar 29, 2024
2 parents 9c763e2 + f5fd5b1 commit 6457500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course7/lec7_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let z: Int = { 2 * 2 } // 4

- The function `print` allows us to output a string, for example, `print("hello moonbit")`.
- In MoonBit, we can define initialization instructions through an `init` code block.
- This can be simply understood as the main entry point of the program.
- This can be simply understood as the main entry point of the program.

```moonbit
fn init {
Expand Down

0 comments on commit 6457500

Please sign in to comment.