notes/README.md
Ihar Hancharenka 8030c29998 m
2025-02-08 20:11:22 +03:00

193 B

Notes

My [mostly textual] notes.

Sample quadratic equation is ax2 + bx + c = 0

Sample mermaid

  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;