13 lines
174 B
Rust
13 lines
174 B
Rust
fn main() {
|
|
println!("--output--");
|
|
println!("Hello, World!");
|
|
}
|
|
|
|
/**
|
|
```cargo
|
|
[dependencies]
|
|
i-cant-decide-whether-you-should = ["live", "die"]
|
|
```
|
|
*/
|
|
fn dummy() {}
|