Hello World
2025-06-10•2 min read
#nextjs#webdev
Welcome to my portfolio and blog! This is a test post to verify MDX parsing.
I'm building this website using Next.js 14 App Router, Tailwind CSS, and MDX. The design is inspired by the extreme minimalism of leerob.com.
Code Example
Here is a simple C++ program to say hello:
#include <iostream>
int main() {
std::cout << "Hello World!" << std::endl;
return 0;
}
Feel free to leave comments or check out my projects!