Skip to content
View john-ssh's full-sized avatar
  • Bahia

Block or report john-ssh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
john-ssh/README.md

Hello 👋

#[derive(Debug)]
    struct Person{
        name: String,
        age: u32,
        is_student: bool,
        languages: String,
    }

fn main() {
    let about = Person {
        name: String::from("João Vitor"),
        age: 22,
        is_student: true,
        languages: String::from("Rust, C, Python"),
    };
    println!("Information about me: {:?}", about);
}

Languages:

c go python rust

Tools:

bash git linux

Contact me:

joaovitor01t john_ssh

Popular repositories Loading

  1. Discord-BMO Discord-BMO Public

    Helpful bot

    JavaScript 1

  2. Rust_Learning Rust_Learning Public

    Rust 1

  3. john-ssh john-ssh Public

  4. binary_conversor-with-arithmetic-operations binary_conversor-with-arithmetic-operations Public

    A simple rust code that gets numbers from input and converts to binary to show and calculate the four operations.

    Rust

  5. Celsius-Fahrenheit-Conversor Celsius-Fahrenheit-Conversor Public

    Calculate between Fahrenheit and Celsius from choice.

    Rust

  6. Lista-Tarefas Lista-Tarefas Public

    JavaScript