enum Orientations { N, E, S, W, } enum Instructions { L, R, F, } fn main() {}