зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
321 B
321 B
Notes
My [mostly textual] notes.
Diff sample
Simple diff
10 PRINT “BASIC IS COOL”
- 20 GOTO 11
+ 20 GOTO 10
Math sample
Sample quadratic equation is ax2 + bx + c = 0
Diagrams sample
Sample mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;