Skip to content
View itc1205's full-sized avatar
🍃
Spring time!
🍃
Spring time!
  • Ul'yanovsk
  • 03:38 (UTC +04:00)

Block or report itc1205

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
itc1205/README.md

Hello, i'm Ivan Aksenov!

I am a self-study tryhard!

My personal block of code

    #[derive(TellAboutYourself)]
    struct Person<'a> {
        nickname: &'a str,
        age: u8,
        activities: Vec<&'a str>,
        languages: Vec<&'a str>,
        development_areas: Vec<&'a str>,
        currentChallenge: &'a str,
    };

    fn main() {
        let me = Person {
            nickname: "ItC",
            age: 20,
            activities: vec!["Games", "VC", "Code", "Learn", "Music", "Tech"],
            languages: vec!["Russian/N", "English/B2-B3"],
            development_areas: vec!["Games", "GUI's", "Backend", "A little bit of mobile apps", "Graphical programming"],
            currentChallenge: "[26.02.2024] Git gud at coding!"
        }
        tell_about_yourself!(&me);
    }

Ways to contact with me

Education

Projects of interest

-- Thanks for reading! --

Pinned Loading

  1. funnyservice-backend funnyservice-backend Public

    я был под пивом

    Kotlin