First Post

This is just a test post. Model Some maths: $$ y = mx + b $$ Code def model(m, b): """A linear model.""" return m*x + b

June 14, 2026