Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 481 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 481 Bytes

Snippets and Small Projects In C

You could find all relevant code/project in the directory ./Projects

To Compile With GCC:

Compiling the files is straightforward: install GCC and follow the instructions below.

Tested and Working with gcc version 8.1.0 (x86_64-win32-sjlj-rev0, Built by MinGW-W64 project)

$> gcc <FileName.c>

To Compile With VSCode:

After you install GCC Compiler install these two vscode extensions

  1. C/C++
  2. Code Runner