Endode's Silly Website

Test Post

Created: 2023-11-25
Modified: 2024-03-18


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() {
    std::cout << "Hello World! :3\n";
    return 0;
}