# Title 1 2 3 4 5 6 7 8 9 10 ## Generated subtitle This comes from the script.py file Since I'm at in a scripting language, I can compute whatever I want | Column A | Column B | |---|---| | Value 'a' | Value 'b' | ```rust pub fn main() { println!("Hello, World!!!"); } ``` ```diff 2c2 < println!("I'm from `a.rs`"); --- > println!("I'm from `b.rs`"); ``` ```console output.md output_win.md input.md input_win.md script.py generate_table.py a.rs b.rs ```