7 lines
77 B
Rust
7 lines
77 B
Rust
|
pub fn main() {
|
||
|
#[cfg(feature = "std")]
|
||
|
{
|
||
|
// Comment
|
||
|
}
|
||
|
}
|