First Post

2026-01-19

Math

\(\int_0^1 x^2 dx = \frac{1}{3}\)

Code

```python def square(x): return x * x