done
This commit is contained in:
parent
431bf6ec85
commit
fb14a6f9a0
1 changed files with 13 additions and 0 deletions
13
src/main.rs
13
src/main.rs
|
|
@ -1,3 +1,16 @@
|
|||
/*
|
||||
*
|
||||
* See this in 3D, all lights out for me
|
||||
* All lights out for me, lightning strikes the beach
|
||||
* 80 degrees, warm it up for menally free, found the God in me
|
||||
* And I want you to see, I can walk on water
|
||||
* Thousand miles from shore, I can float on the water
|
||||
* Father, hold me close, don't let me drown
|
||||
* I know you won't
|
||||
|
||||
Sophie, sad.ovh 2025 (C) MIT
|
||||
*/
|
||||
|
||||
use crate::client::Client;
|
||||
use crate::client::ClientEvent;
|
||||
use crate::commands::Arguments;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue