mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-03-15 19:00:19 +00:00
13 lines
345 B
Markdown
13 lines
345 B
Markdown
```mermaid
|
|
gantt
|
|
title Session Schedule
|
|
dateFormat HH:mm
|
|
axisFormat %H:%M
|
|
AMA : a1, 21:00, 5m
|
|
Quiz : a2, after a1, 5m
|
|
Show me the code : a3, after a2, 5m
|
|
Session : a4, after a3, 75m
|
|
Break : a5, 22:30, 5m
|
|
Session : a6, after a5, 23:30
|
|
Doubt Session : a7, 23:30, 30m
|
|
``` |