dancing_droids/src/main.rs

9 lines
63 B
Rust
Raw Normal View History

2020-10-06 23:25:17 +02:00
enum Orientation {
N,
E,
S,
W,
2020-10-06 20:34:48 +02:00
}
2020-10-06 23:25:17 +02:00
fn main() {}