This commit is contained in:
Robin Appelman 2019-04-01 22:21:07 +02:00
commit aa1e5d7dca
14 changed files with 86 additions and 85 deletions

View file

@ -8,7 +8,7 @@ fn hello_other(other: String) {
#[ivory_export]
fn hello_world() {
printf("Hello world, Rust2!");
printf("Hello world, Rust!");
}
ivory_module!({