We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workspace/w04_blockmole
README for week4 lab blockmole provides the following steps:
Kör i linuxterminal med detta kommando: scala -cp "introprog.jar:." Main Om du kör i Windows Powershell eller Cmd byt kolon mot semikolon i kommandona ovan.
Kör i linuxterminal med detta kommando:
scala -cp "introprog.jar:." Main
Om du kör i Windows Powershell eller Cmd byt kolon mot semikolon i kommandona ovan.
But should probably be scala -cp "introprog.jar:." run, since we're using
scala -cp "introprog.jar:." run
// hello-window.scala @main def run(): Unit = ...
At least the former doesn't work for me, but the latter does. :-)
Submitting a PR for this, feel free to reject if not applicable.
The text was updated successfully, but these errors were encountered:
Are you perhaps using the new experimental runner for scala-cli that replaces the old scala with then new scala-cli runner? https://scala-cli.virtuslab.org/docs/reference/scala-command/
scala
Sorry, something went wrong.
Aha - never mind my previous comment. I see what you mean. (All this have to be fixed when the new runner is released...)
7ae3343
Merge pull request #721 from fritjof-b/master
c8fbee0
Fixes #720, Main -> run in readme
Great, had to make sure I wasn't fooling anyone. 👍
At least one done, happy new year for now!
No branches or pull requests
README for week4 lab blockmole provides the following steps:
But should probably be
scala -cp "introprog.jar:." run
, since we're usingAt least the former doesn't work for me, but the latter does. :-)
Submitting a PR for this, feel free to reject if not applicable.
The text was updated successfully, but these errors were encountered: