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