6 lines
40 B
Rust
6 lines
40 B
Rust
|
#![feature(main)]
|
||
|
|
||
|
#[main]
|
||
|
fn foo() {
|
||
|
}
|