1
1
Fork 0
Commit Graph

7 Commits

Author SHA1 Message Date
Igor 5f624457f7 refactor(Programming Basics - if Expressions - Exercise 2): The condition for the modulus in the reference solution adjusted gt -> ge
The condition in the if clause in the referrence solution is adjusted to
avoid negating the zero case:
if (number > 0) -> if (number >=0)

Closes https://youtrack.jetbrains.com/issue/EDC-415
2021-05-27 11:35:34 +03:00
Svetlana Isakova 395c9bc6b6 Added file names for exercises 2020-12-02 21:14:23 +01:00
Svetlana Isakova 3c5fac1cd4 More changes according to the new package naming scheme 2019-10-16 13:59:25 +02:00
Svetlana Isakova f730aedc6d Changed the naming scheme for exercise packages 2019-10-16 11:45:05 +02:00
Svetlana Isakova 4b2833cc76 Minor fixes in size of placeholders 2019-10-15 16:22:20 +02:00
Svetlana Isakova ffceefe6c4 Removed dependencies; code formatting 2019-07-22 19:25:59 +02:00
Svetlana Isakova b40d0329be Converted AtomicKotlin course to a new format 2019-07-15 15:36:11 +02:00