Skip to content

Commit

Permalink
#v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonLukas committed Oct 26, 2022
1 parent 6372ad7 commit 73f0980
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
// Print all available bibles in a table
println!(
"{0: <30} | {1: <30} | {2: <30} | {3: <30}",
"1. Einheitsübersetzung (EU)", "2. Luther Bibel (LUT)", "3. Elberfelder Bibel (ELB)", "4. Hoffnung für alle (HFA)"
"1. Einheitsübersetzung (EU)",
"2. Luther Bibel (LUT)",
"3. Elberfelder Bibel (ELB)",
"4. Hoffnung für alle (HFA)"
);

// generate mutable variables
Expand Down

0 comments on commit 73f0980

Please sign in to comment.