Welcome to my website! This is the first post on lusia.moe, and hopefully not the last.

The plan is to show off some cool projects and to document progress as I'm going on with them. I have some really cool stuff planned and hopefully having this website will motivate me even further to create new, interesting things.

Uhhhhh

Idk what else to write so I'm going to show this cool syntax highlighting:

fn main() {
    println!("woof woof *barks* hiiiiii *barks*");

    let actual_languages = vec!["Rust", "C"];
    let _mental_disorders = vec!["Python", "JavaScript", "C#", "Java"];

    for lang in &actual_languages {
        println!("{lang} is nice UwU");
    }
}

What's Next

As I said at the top, the plan is to post about my projects, things I've learned, and whatever else catches my interest :3