Skip to content

Its just a simple program on c nothing really spacial just c basics. and I made it to show you my clean coding style

License

Notifications You must be signed in to change notification settings

skinwalker3654/program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple C program

this program is nothing special, i just wanted to show you my true clean coding style

the code is clean, mudular, and has good variable naming


FILE STRUCTURE

program/
   |-- src/
   |     |- main.c  
   |     |- program.c
   |     |- program.h
   |
   |-- REAMDE.md
   |-- Makefile
   |-- LICENSE

Buid instructions

requirements: gcc compiler, gnu make

  1. clone the reposetory
    git clone [email protected]:skinwalker3654/program  #ssh key required
    cd program
  2. compile and run
    make
    make run

Thank you

About

Its just a simple program on c nothing really spacial just c basics. and I made it to show you my clean coding style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published