Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhls authored and bobzhang committed Oct 3, 2024
1 parent c28e507 commit 33e4584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
cd hello
echo """fn main {
println([1, 2, 3].rev())
}""" > main/main.mbt
moon run main
}""" > src/main/main.mbt
moon run src/main
# Output: [3, 2, 1]
```

Expand Down

0 comments on commit 33e4584

Please sign in to comment.