Skip to content

taewonkim/calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages