diff --git a/website/docs/commands/run.md b/website/docs/commands/run.md index 844e0470dd..2aecec767c 100644 --- a/website/docs/commands/run.md +++ b/website/docs/commands/run.md @@ -85,6 +85,7 @@ object Utils { ```bash scala-cli Main.scala +# Hello World ``` + ### Difference with Ammonite scripts [Ammonite](http://ammonite.io) is a popular REPL for Scala that can also compile and run `.sc` files.