Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 374 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 374 Bytes

Calendar implement by C Language

Clone Repository

$ git clone [email protected]:taewonkim/calendar.git ./calendar

or

$ git clone https://github.com/taewonkim/calendar.git ./calendar

Compile

Release

$ cd ./calendar
$ gcc -o cal ./src/*.c

Debug

$ cd ./calendar
$ gcc -g -Wall -o cal ./src/*.c