├── .github ├── labeler.yml └── workflows │ └── labeler.yml ├── README.md └── student.txt /.github/labeler.yml: -------------------------------------------------------------------------------- 1 | hacktoberfest-accepted: 2 | - '**' 3 | -------------------------------------------------------------------------------- /.github/workflows/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/COPS-IITBHU/Hacker-Introduction/HEAD/.github/workflows/labeler.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/COPS-IITBHU/Hacker-Introduction/HEAD/README.md -------------------------------------------------------------------------------- /student.txt: -------------------------------------------------------------------------------- 1 | 17075047 2 | Rahul Chaturvedi 3 | CSE 4 | --------------------------------------------------------------------------------