This website requires JavaScript.
Explore
Help
Sign In
Ruderverein-Donau-Linz
/
rowt
Watch
1
Star
1
Fork
0
You've already forked rowt
Code
Issues
30
Pull Requests
Actions
Packages
Projects
Wiki
Activity
f01b073654
rowt
/
src
/
main.rs
8 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
initial push
2023-02-08 16:25:06 +01:00
#[
macro_use
]
extern
crate
rocket
;
#[
launch
]
async
fn
rocket
(
)
->
_
{
add logging
2023-03-04 11:20:12 +01:00
env_logger
::
init
(
)
;
initial push
2023-02-08 16:25:06 +01:00
}
Reference in New Issue
Copy Permalink