Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Sep 24, 2024
1 parent 1ff0627 commit acbb619
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ fn interactive(verbose: bool, asm: Option<AssemblyArchitecture>) {
p.set_asm_arch(a);
}

println!("\n{} {} -- {}", color!(Color::YELLOW, bold!(">").as_str()), bold!("Component").as_str(), bold!("v0.1.0").as_str());
println!(
"\n{} {} -- {}",
color!(Color::YELLOW, bold!(">").as_str()),
bold!("Component").as_str(),
bold!("v0.1.0").as_str()
);
println!("------------------------------------------------------");
println!("A programming language for math using postfix notation");
println!("-- Source: https://github.com/JakeRoggenbuck/component");
Expand Down

0 comments on commit acbb619

Please sign in to comment.