Helloooo Worlddddd

This is an attempt to blog more and put stuff out there in the world. Hopefully this includes more open source work, knowledge, and blogs.

<?php
echo "Hello World!";
fn main() {
    println!("Hello World!");
}
print("This line will be printed.")