enum Orientations { N, E, S, W, } enum Instructions { L, R, F, } fn main() { let file_data = include_str!("../two_robots.txt"); }