19 lines
258 B
Markdown
19 lines
258 B
Markdown
# Tempus - Time
|
|
A nice little clock app.
|
|
|
|
## Reading the clock
|
|
- Left side of the `|` is the hour
|
|
- Right side of the `|` is the minute
|
|
- The highlighted number is the second
|
|
|
|
# Dependencies
|
|
- ncurses
|
|
- clang
|
|
- make
|
|
|
|
# Compiling
|
|
`make`
|
|
|
|
# Running
|
|
`./tempus`
|