notes/README.md
Ihar Hancharenka cc5f28fa7a m
2025-02-08 20:18:21 +03:00

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;