Remove superfluous heading

This commit is contained in:
Jan Van Bruggen 2022-09-09 01:12:15 -06:00
parent 3219178003
commit 60e8634737
No known key found for this signature in database
GPG Key ID: FE2A4E38E0FA6134

View File

@ -1308,8 +1308,6 @@ this `imports` line tells the Roc compiler that when we call `Stdout.line`, it
should look for that `line` function in the `Stdout` module of the
`examples/interactive/cli-platform/main.roc` package.
## Building a Command-Line Interface (CLI)
## Tasks
Tasks are technically not part of the Roc language, but they're very common in