1
0
mirror of https://github.com/krislamo/knrc.git synced 2026-06-01 04:53:26 +00:00

11 Commits

Author SHA1 Message Date
kris 9fd4d3db68 Character array example 2021-11-23 20:48:37 -05:00
kris c24a724efb Simplify Makefile to compile all C sources 2021-11-12 21:02:45 -05:00
kris d8a70f8b58 Exercise 1-10. replace with escape codes 2021-11-11 23:30:43 -05:00
kris a8ca4de90f Exercise 1-9. Replace multiple blanks with one 2021-11-11 23:04:06 -05:00
kris 6bf093f44f Line counting example 2021-11-09 00:36:42 -05:00
kris 72093b7232 Character counting example 2021-11-05 21:29:39 -04:00
kris dcdc220259 Textbook example of copying input into output 2021-11-05 20:54:19 -04:00
kris 93126a8207 Exercise 1-4. print Celsius to Fahrenheit table 2021-11-03 23:53:07 -04:00
kris e01d287e88 Add "make clean" to remove binaries 2021-11-03 01:20:54 -04:00
kris 9a193d84f1 Variables and arithmetic 2021-11-03 00:37:32 -04:00
kris 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