struct Me{
name: String,
code: String,
twitter: String,
blog: String
}
fn main() {
let me = Me{
name: "imjdl".to_string(),
code: "Python、Rust & Java".to_string(),
twitter: "@MortyJin".to_string(),
blog: "https://rustlang.rs".to_string()
};
}
-
Notifications
You must be signed in to change notification settings - Fork 0
imjdl/imjdl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published