Title
This is the first post on this blog, and I’m trying to test out how the typography looks for various elements.
Heading 2
Let’s write some code blocks.
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
}
import os
print("Hello, World!")
for path in os.listdir():
print("Path:", path)
Heading 3
Should we try out some math formatting too? Can we have linked sections? Tags?
When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$