Polevoy S.V Lab_work1 #1

Merged
eegov merged 5 commits from LabWork01 into master 2022-09-30 09:46:48 +04:00
Showing only changes of commit 05c9d6614e - Show all commits

5
WheelCount.java Normal file
View File

@ -0,0 +1,5 @@
public enum WheelCount {
Four,
Five,
Six
}