Skip to content

Literally just a clock. Made using ncurses library in C.

Notifications You must be signed in to change notification settings

anywindo/Just-a-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Just-a-Clock

Clock

A minimalist terminal-based digital clock written in C using ncurses library. Displays current time and date in a clean, centered format with a blue background.

Requirements

  • C compiler
  • ncurses library

Build

gcc -o clock main.c -lncurses

or just use the unix executable file from the repository.

Usage

Tells time and date. Press 'q' to quit the program.

About

Literally just a clock. Made using ncurses library in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages