Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l-const authored Aug 22, 2024
1 parent 7ef56e2 commit 59e14ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
```rust
#[appinfo::main]
fn main(){
// my wonderful application
println!("hello world")!
cli.do_stuff()
server.listen(3000)
println!("hello world");
cli.do_stuff();
server.listen(3000);
}
```

Expand Down

0 comments on commit 59e14ea

Please sign in to comment.