Skip to content
View krolyxon's full-sized avatar

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

Hello, I'm Krolyxon

fn main() {
    #[derive(Debug)]
    struct Me {
        name: String,
        languages: String,
        website: String,
        working_on: String,
    }

    let me = Me {
        name: String::from("Krolyxon"),
        languages: String::from("C, Rust, Java, Lua, Javascript, Bash"),
        website: String::from("https://krolyxon.github.io"),
        working_on: String::from("Life"),
    };
    
    println!("{:#?}", me);
}

Languages

Rust C Python Java JavaScript Lua Bash

Technologies

Arch Linux Neovim React TailwindCSS Node.js AWS SSH

Profile Views GitHub followers

Pinned Loading

  1. dotfiles dotfiles Public

    Shell

  2. nvim nvim Public

    My neovim config

    Lua

  3. rmptui rmptui Public archive

    A mpd client in rust

    Rust 8

  4. cht-rs cht-rs Public archive

    use cht.sh from your terminal

    Rust 1

  5. krolyxon.github.io krolyxon.github.io Public

    My personal site

    HTML

  6. tros tros Public archive

    A CLI game where you have to guess sorting algorithms

    C 1 1