Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 291 Bytes

TEMPLATE.md

File metadata and controls

11 lines (5 loc) · 291 Bytes

Templates for Competitive Coding

C-template.c

Contains necessary comments, libraries (#includes), macros (#defines) and basic template for coding in C.

CPP-template.c

Contains necessary comments, libraries (#includes), macros (#defines) and basic template for coding in C++.