8 lines
212 B
Java
8 lines
212 B
Java
/**
|
|
* Common homeworks test classes
|
|
* of <a href="https://www.kgeorgiy.info/courses/prog-intro/">Introduction to Programming</a> course.
|
|
*
|
|
* @author Georgiy Korneev (kgeorgiy@kgeorgiy.info)
|
|
*/
|
|
package base;
|