UIU-Developers-Hub / C-STRUCTURE

A comprehensive collection of header files of 'C' language focusing on the data-structures and algorithms
https://uiu-developers-hub.github.io/C-STRUCTURE/
MIT License
11 stars 6 forks source link

Misuse of syntax highlight in the `README.md` #4

Closed FahimFBA closed 1 month ago

FahimFBA commented 1 month ago

Make sure to use the proper programming language/syntax specifier in the code block whenever you use the markdown.

For example, use

#include <stdio.h>

instead of

#include <stdio.h>