5 lines
180 B
Text
5 lines
180 B
Text
|
|
fn main() {
|
||
|
|
macro_rules! script {() => {"fn main() {{\n\tmacro_rules! script {{() => {{{:?}}}}}\n\tprintln!(script!(), script!());\n}}"}}
|
||
|
|
println!(script!(), script!());
|
||
|
|
}
|