Skip to content
View AchroDev's full-sized avatar
๐Ÿ“œ
Writing code or something..idk
๐Ÿ“œ
Writing code or something..idk

Block or report AchroDev

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
AchroDev/README.md

Followers


Logo

๐Ÿ‘‹

This is my personal repository full of learning, fun, and some serious projects.

Programming Languages Actively Using/Learning

Rust

fn main() {
    let message: &'static str = "Welcome to my page!";
    println!("{}", message);
}

C++

#include <iostream>
#define LOG(x) std::cout << x << std::endl;

int main()
{
    LOG("Alright fine, I went back to learn C++!");
    std::cin.get();
}

Kotlin

fun main() {
    println("Please feel welcome to take a look around for inspiration")
}

Java

Class Main{
    public static void main(String[] args) {
        System.out.println("Java was one of my first languages back when OSRS and RSPSs were huge");
    }
}

JavaScript

import { toast } from 'sonner';

export default function main(){
  document.title = "My Personal Repository";
  toast.info("I have gotten big into JavaScript and building web apps");
}

Other Languages Used/Learning

ExperimentalLanguages

Languages Interested In

InterestedLanguages

Commonly Used Frameworks

Framworks

Contact

Email: AchroDev

Acknowledgments

pssst...I use Arch btw arch

License

Released under MIT by @AchroDev.

Pinned Loading

  1. TuiText TuiText Public

    TuiText - Terminal Text Editor (Fully built in Rust)

    Rust 1

  2. astro-tutorial astro-tutorial Public

    Astro Tutorial Blog

    Astro 1

  3. koffee-kreme koffee-kreme Public

    An elegant and cozy "coffee" styled theme for VSCode.

    2

  4. CannaBot CannaBot Public

    Discord bot where you build your cannabis empire from seed to supremacy. Cultivate rare strains, run grow ops, craft gear, and explore wild events.

    JavaScript 2

  5. tauri-tasks tauri-tasks Public

    A simple, but yet efficient, task manager built with Tauri

    JavaScript