Skip to content
View krolyxon's full-sized avatar
💀
In Gehra Sadma
💀
In Gehra Sadma
Block or Report

Block or report krolyxon

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
krolyxon/README.md
fn main() {
    #[derive(Debug)]
    struct Me {
        name: String,
        languages: String,
        fav_lang: String,
        website: String,
        working_on: String,
    }

    let me = Me {
        name: String::from("Krolyxon"),
        languages: String::from("C, Rust, Java, Bash"),
        fav_lang: String::from("Rust 🦀 ❤️"),
        website: String::from("https://krolyxon.github.io"),
        working_on: String::from("github.com/krolyxon/rmptui"),
    };
    
    println!("{:#?}", me);
}

Pinned

  1. rmptui rmptui Public

    A mpd client in rust

    Rust 3

  2. cht-rs cht-rs Public

    use cht.sh from your terminal

    Rust 1

  3. jcal jcal Public

    Simple calculator which has built in expression parsing, made for learning.

    Java 1

  4. tros tros Public archive

    A CLI game where you have to guess sorting algorithms

    C 1 1

  5. nvim nvim Public

    My neovim config

    Lua

  6. dotfiles dotfiles Public

    Shell