зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
193 B
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;