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