File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Add these magic comment lines starting with `//>` in the beginning of your Scala
3030//> using scala 3
3131//> using lib "se.lth.cs::introprog:1.4.0"
3232```
33- You can choose the latest stable Scala version, or any version from at least 3.3.3 LTS, which this library is compiled against .
33+ You can choose the latest stable Scala version, or any version from at least Scala 3.3.3.
3434
3535You run your code with ` scala-cli run . ` (note the ending dot, meaning "this dir")
3636
@@ -40,7 +40,7 @@ If your program looks like this:
4040//> using scala 3
4141//> using lib "se.lth.cs::introprog:1.4.0"
4242
43- @main def run =
43+ @main def MyMain =
4444 val w = introprog.PixelWindow()
4545 w.drawText("Hello introprog.PixelWindow!", x = 100, y = 100)
4646```
You can’t perform that action at this time.
0 commit comments