1. Fixes typo 2. Adds utility files

This commit is contained in:
Tanmay
2022-07-06 23:49:07 +01:00
parent 751ca66701
commit 8b30631435
3 changed files with 14 additions and 1 deletions

13
database/media/process.md Normal file
View File

@@ -0,0 +1,13 @@
```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
```