mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 17:41:41 -05:00
12 lines
88 B
Rust
12 lines
88 B
Rust
fn foo() {
|
|
println!("a");
|
|
}
|
|
|
|
|
|
|
|
fn bar() {
|
|
println!("b");
|
|
|
|
|
|
println!("c");
|
|
}
|