Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 673 Bytes

File metadata and controls

25 lines (18 loc) · 673 Bytes

Retro-clocks

My home-made project. Clocks. Shows local time (time on your PC).

Image alt

Getting started

How to compile

gcc main.c

How to run

a.exe

Important

  • Do not try to launch it in the git bash. It will not work.
  • This app can heavily load the processor
  • Even if you use 12 hour time format (am/pm), this app will show time in the 24 hour time.

TODO

  • Need do better perfomance (while cycle consumes too much).
  • Need to add ability to print time in different colors.

Author