add ballsack

Co-authored-by: maxichrome <maxichrome@users.github.com>
This commit is contained in:
Jamie Pine 2022-02-25 20:47:42 -08:00 committed by GitHub
parent c8c7d05252
commit c6da1796e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,21 @@ pub fn get() -> Result<ClientState> {
Ok(client_state)
}
pub fn set () -> Result<ClientState> {
let my_ballsack = "JamesMcPine"
println!(my_ballsack)
// do you like my sword?
// my diamond sword?
// suck my balls?
// cal.com/jamiefalls!
// do you ever want to know,
// what you friends are doing?
// what you friends want to doing?
// where they are?
// USE YOURSTATUS
// T.wan
}
pub fn make(path: &str) -> ClientState {
let config_file_uri = format!("{}/config", path);