Profile picture

madelahn

  • mood:

    madelahn's imood
  • buttons:

    UofT WHWC buttonCSS is difficult button

test.md

My First Post

My Math Post

Here's some inline math: and some text after it.

Here's a display equation:

Multiple lines using cases:

Multiple lines using align*:

for (int i=0; i<5; i++) {
    printf("%d", i);
}