#include <iostream>

int main() {
    std::cout << "Hello World, and welcome to my blog!" << std::endl; 
    return 0;
}
fn main(){
    println!("Hope you can take something useful from here.");
}
print("All my contact information is on github so feel free to ask if you want certain content!")