Rename .java to .kt

This commit is contained in:
Woah 2021-03-08 03:55:42 -05:00
parent 038ded5753
commit ca2e5520b0
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,13 @@
package ms.system;
/**
* The operating systems
* @author Clayton Williams
*
*/
public enum OperatingSystem {
UNIX,
WINDOWS
}