1
0
mirror of https://github.com/krislamo/knrc.git synced 2025-09-12 08:49:29 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
588969b09f Exercise 1-5. print the table in reverse order 2021-11-05 20:29:35 -04:00
ee5bcb81ce Add note on Exercise 1-4 2021-11-04 00:12:43 -04:00
93126a8207 Exercise 1-4. print Celsius to Fahrenheit table 2021-11-03 23:53:07 -04:00
c9506f8dcb Add notes in README 2021-11-03 21:29:25 -04:00
0893987235 Exercise 1-3. print a heading above the table 2021-11-03 02:34:51 -04:00
8ba629852e For loop with less variables 2021-11-03 02:09:25 -04:00
0d48636cdc Add the second version formatting 2021-11-03 02:00:55 -04:00
e01d287e88 Add "make clean" to remove binaries 2021-11-03 01:20:54 -04:00
e7e2367bd7 Higher precision conversion table 2021-11-03 00:58:39 -04:00
9a193d84f1 Variables and arithmetic 2021-11-03 00:37:32 -04:00
3e078042a4 Compile simple stdout message
I set a return type on the main function to clear a GCC warning
in a slight deviation from the book.
2021-11-03 00:02:07 -04:00