Skip to content
View JorgeTerence's full-sized avatar

Highlights

  • Pro

Organizations

@rastros @bitwisetcc

Block or report JorgeTerence

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
JorgeTerence/README.md
struct Student {
    name: String,
    age: u8,
    college: String,
    languages: Vec<String>,
    cats: Vec<Cat>,
}

fn main() {
    let me = Student {
        name: String::from("Jorge Terence"),
        age: 18,
        college: String::from("Fatec São Caetano do Sul"),
        languages: vec![&"Português", &"English", &"日本語"],
        cats: vec![nico],
    };
}

Pinned Loading

  1. coordinate coordinate Public

    A friendly HTTP file sharing utility.

    Go

  2. shinzou shinzou Public

    An IAS computer compiler/emulator

    Rust

  3. Dotfiles Dotfiles Public

    My desktop configuration 🐧

    Shell 1

  4. bitwisetcc/demzer bitwisetcc/demzer Public

    O sistema de gerenciamento escolar com foco no aluno

    HTML 1