mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-16 15:58:34 +00:00
Prepare for follow-on change
This commit is contained in:
parent
53cffe0bfe
commit
4acfaa2c97
@ -1,3 +1,4 @@
|
|||||||
fn main() {
|
fn main() -> anyhow::Result<()> {
|
||||||
println!("Hello, world!");
|
println!("Hello, world!");
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user