Skip to content

typo (?) in readme for workspace/w04_blockmole #720

@fritjof-b

Description

@fritjof-b

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.

But should probably be scala -cp "introprog.jar:." run, since we're using

// 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions