Skip to content
Snippets Groups Projects
Unverified Commit 01e1d694 authored by Hamza Remmal's avatar Hamza Remmal
Browse files

Add package lecture01

parent 29cb0016
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ This contains the basic sbt configuration needed to run Scala 3 code.
### Normal Scala files
“Normal” Scala files (ending with `.scala`) must have a `@main` method. For example, [`01-java-threads.scala`](src/main/scala/01-java-threads.scala), the main method is `testThreads`. You can run it from the command-line, first by entering the sbt shell:
“Normal” Scala files (ending with `.scala`) must have a `@main` method. For example, [`01-java-threads.scala`](src/main/scala/lecture1/01-java-threads.scala), the main method is `testThreads`. You can run it from the command-line, first by entering the sbt shell:
```bash
sbt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment