Skip to content

dieperid/calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar

It's a C program to show a calendar on the linux terminal

The "myNotes.md" file is the documentation i took when i was learning C.
The file and the commentary in the C program are in french.

How to use it

You need to have the file "calendar" it's the binary of the C file.
Or you can take the file "calendar.c" and create the binary.

How to create the binary file

  • You have to execute this command in your terminal :
gcc calendar.c -o fileName

How to execute the program

  • You have to execute this command in your terminal :
./fileName

About

C program to show a calendar on the linux terminal

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages