I'm guessing I'm getting stuck on "...must be in a separate file."
I've tried:
- Creating a new package inside the src folder for JavaMultithreading. Result, cannot find files. Okay, must be within 2113 package.
- Creating the two classes withing the task 2113 package. Result: failed all verification.
- Created a new package within 2113 package and added both classes. Result: failed all verification.
- Created a new package within 2113 for each class. Result: failed all verification.
package com.codegym.task.task21.task2113;
public class Hippodrome {
public static void main(String[] args) {
}
}