Upload files to "java/sum"

This commit is contained in:
2026-04-13 10:40:21 +03:00
parent 5b9012d3b9
commit 9a5ca7bc7b
5 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* Tests for <a href="https://www.kgeorgiy.info/courses/prog-intro/homeworks.html#sum">Sum</a> homework
* of <a href="https://www.kgeorgiy.info/courses/prog-intro/">Introduction to Programming</a> course.
*
* @author Georgiy Korneev (kgeorgiy@kgeorgiy.info)
*/
package sum;