Skip to content

Commit c6ab34d

Browse files
committed
Update main README file
1 parent d4446b3 commit c6ab34d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Scala 3 course CMT template
22

3-
This is a two exercise template for a scala 3 course.
3+
This is a three exercise template for a scala 3 course:
44

5-
The first exercise contains a Hello world application and
6-
doesn't use a build.
5+
- The first exercise is a "Hello, World" app
6+
- 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
711

8-
The second exercise add a minimal `sbt` build definition.

0 commit comments

Comments
 (0)