Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 207 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 207 Bytes

New year countdown

This program shows you days remaining to the next year, and the current year progress.

Run

$ g++ newyearcounter.cpp
$ # Have fun!
$ ./a.out # Or .\a in Windows