We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c072067 commit ab6a5dcCopy full SHA for ab6a5dc
exercises/exercise_001_getting_started/README.md
@@ -6,7 +6,12 @@ At this stage, we have a single Scala 3 source file in
6
the `src/main/scala` folder.
7
8
We can run it in different ways, one of which is utilising
9
-`scala-cli.
+`scala-cli`:
10
+
11
+```
12
+$ scala-cli run src/main/scala/Hello.scala
13
14
15
16
TODO: set-up information about dev environment (JDK and scala-cli)
17
0 commit comments