lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
142 stars 178 forks source link

updating example code for clarity #591

Closed M0R60TH closed 3 years ago

M0R60TH commented 3 years ago

Changing from a print to println to avoid collision status text in sbt since it prints directly on the line. This is also concurrent with function usage in other parts of the code.

bjornregnell commented 3 years ago

Looks good! Why did you close it? (It needs to be open for me to merge it)

M0R60TH commented 3 years ago

Closed it because I wanted to open an issue for discussion of the topic.

bjornregnell commented 3 years ago

aha, yeah good to connect to issue, but you can leave a PR open and mention the issue number here and they will be connected. So open this again and mention the issue with a #

M0R60TH commented 3 years ago

This is discussed in #592