mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-11 21:38:31 +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!");
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user