Endode's Silly Website

Test Post

Created: 2023-11-25
Modified: 2024-11-08


This is just a test post, because I need to figure out how Hugo works

Test Code Block

I gotta see how code blocks gets rendered here

#include <iostream>

int main() {
    // In the original version of this code, I had used "\n" instead of std::endl;
    std::cout << "Hello World! :3" << std::endl;
    return 0;
}