5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
fn main() -> u8 {
|
|
// let message = String::from(include_bytes!("./macro_easy_file.txt"));
|
|
return test_macro!("./examples/macro_easy_file.txt");
|
|
}
|