Skip to content

Commit

Permalink
Merge pull request #61 from imclerran/fix-cli-stub
Browse files Browse the repository at this point in the history
Fix bug in basic-cli app stub
  • Loading branch information
imclerran authored Oct 1, 2024
2 parents db34b2a + 4806472 commit 51c59c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/app-stubs/basic-cli.roc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import cli.Stdout

main : Task {} _
main =
Stdout.line! "Hello, world!"
Stdout.line "Hello, world!"

0 comments on commit 51c59c3

Please sign in to comment.