Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 303 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 303 Bytes

Basic C examples

Some basic examples of C language features and practices.

How to run

  1. Compile the selected file with your favorite compiler
    1. For gcc, use: gcc <example_file.c> -o <output_name>
  2. Run the created output file.
    1. While in the output directory, run: ./output_name