A scratch repo for me to learn C with.
Go to file
Gabe Venberg 85c2e213b5 made follow workplace style guide
broke out into functions, implemented the (stupid) single return rule,
(seriously, see how many nested if's it generates.), and added
timestamps to logfile.
2023-09-12 09:03:54 -05:00
combinations Did a few exersises, most of the way through serial_logger. 2023-09-06 16:46:41 -05:00
file_tee made follow workplace style guide 2023-09-12 09:03:54 -05:00
function_pointer Did a few exersises, most of the way through serial_logger. 2023-09-06 16:46:41 -05:00
hello_world Did a few exersises, most of the way through serial_logger. 2023-09-06 16:46:41 -05:00
retrieve_count Did a few exersises, most of the way through serial_logger. 2023-09-06 16:46:41 -05:00
.gitignore Hello world and puzzle program. 2023-09-01 17:24:28 -05:00
LICENSE Initial commit 2023-08-30 21:38:54 +00:00
README.md Initial commit 2023-08-30 21:38:54 +00:00

learning_c

A scratch repo for me to learn C with.