mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-05-15 17:58:44 +00:00
5 lines
56 B
Java
5 lines
56 B
Java
public enum TravelMethod {
|
|
WALKING,
|
|
HORSEBACK
|
|
}
|