mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
10 lines
85 B
Rust
10 lines
85 B
Rust
![]() |
fn foo() {
|
||
|
println!("a");
|
||
|
}
|
||
|
|
||
|
fn bar() {
|
||
|
println!("b");
|
||
|
|
||
|
println!("c");
|
||
|
}
|