This is a smoke test for scala 3 project with intellij. It contains the code showed during the lessons.
Please follow the instructions to verify if you are able to run scala 3 project:
-
Clone the project
- You can use the command line, in that case, you have to click File > Open and select the right subfolder
- You can use the IDE, in that case, you have to click File > New > Project From Version Control > Git and paste the url of the project
-
The first time you should configure a scala SDK, go to one scal file (e.g., src/u02/Tuples.scala) and follow the steps shown in the video:
-
Now, go to src > u02
- For each scala object that extends
App
, right click on it and click Run (green arrow)
- For each scala object that extends
-
Now, check if the test works correctly: go to
test > u02
and right click onBTreesTest
and click Run (green arrow)