Skip to content
View arch-il's full-sized avatar
🦀
RUSTY
🦀
RUSTY

Block or report arch-il

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
arch-il/README.md
// *** About Me ***
fn main() {
    let me = Person {
        name: String::from("Archil"),
        surname: String::from("Beraia"),
        country: String::from("Georgia"),
        nickname: String::from("arch_il"),
        availability: Availability::Free,
        discord_tag: String::from("arch_il"),
        fav_lang: Language::Rust,
        current_project: String::from("rusty_notes"),
    };
    println!("{:?}", me);
}

Pinned Loading

  1. rusty_notes rusty_notes Public

    Rust 21 1

  2. CalendarTUI CalendarTUI Public

    Tool for managing your calendar from command line.

    C# 4