├── zan.txt ├── README.md ├── chat.html ├── switch.html └── index.php /zan.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # git-workshop -------------------------------------------------------------------------------- /chat.html: -------------------------------------------------------------------------------- 1 | hey vimal sir 2 | u r the real G 3 | -------------------------------------------------------------------------------- /switch.html: -------------------------------------------------------------------------------- 1 | "Very interesting session sir, enjoyed a lot!!!" 2 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 6 | --------------------------------------------------------------------------------