Skip to content

Commit

Permalink
objectionary#2032: Edited print
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jun 17, 2023
1 parent f7cd435 commit f31cbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/test/eo/org/eolang/rust-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
QQ.rust > r
"""
pub fn foo() -> i32 {
println!("Hello world from rust");
println!("Hello from rust");
let x = 4.0_f32;
x.sqrt() as i32
}
Expand Down

0 comments on commit f31cbdd

Please sign in to comment.