6 lines
48 B
Rust
6 lines
48 B
Rust
|
#![no_std]
|
||
|
|
||
|
fn main() {
|
||
|
extern crate std;
|
||
|
}
|