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],
};
}
College student. Future DevOps/Cloud engineer. 🦊🧡
-
CI&T
- São Paulo
-
12:02
(UTC -03:00) - in/jorgeterence
- jorgeterence29
Highlights
- Pro
Pinned Loading
-
-
-
bitwisetcc/demzer
bitwisetcc/demzer PublicO sistema de gerenciamento escolar com foco no aluno
HTML 1
-
-
AMSTeamONE/Interfatec-2024-1
AMSTeamONE/Interfatec-2024-1 PublicSoluções para a 1ª fase da maratona de programação
Python 3
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.