We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4446b3 commit c6ab34dCopy full SHA for c6ab34d
README.md
@@ -1,8 +1,11 @@
1
# Scala 3 course CMT template
2
3
-This is a two exercise template for a scala 3 course.
+This is a three exercise template for a scala 3 course:
4
5
-The first exercise contains a Hello world application and
6
-doesn't use a build.
+- The first exercise is a "Hello, World" app
+- The second exercise is about calculating the sum
7
+ of prime numbers and requires the students to 'pull'
8
+ in code to generate prime numbers
9
+- The third exercise is about decomposing a given
10
+ integer number into its prime factors
11
-The second exercise add a minimal `sbt` build definition.
0 commit comments