rustfmt needs something to do
Some checks failed
Cargo Format, Check and Test / cargo test (push) Has been cancelled
Some checks failed
Cargo Format, Check and Test / cargo test (push) Has been cancelled
This commit is contained in:
parent
bfacd1d926
commit
c66137d79d
1 changed files with 18 additions and 1 deletions
19
src/main.rs
19
src/main.rs
|
@ -1,5 +1,22 @@
|
|||
fn main() {
|
||||
println!(
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// rustfmt will hate this
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
println!(
|
||||
"SUCCESS!!!
|
||||
This is the default executable! It does not do much, use another executable.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue