|
|
481f76699e
|
storage.txt is now created at runtime rather than being assumed to be present and empty. recall() now removes storage.txt at completion. main() now includes a check to see whether storage.txt already exists, sends an error message, and exits with code 1 if storage.txt is already present.
|
2025-09-02 21:02:47 +00:00 |
|
|
|
5ec722b2ca
|
recall() now properly closes storage.txt on completion.
|
2025-09-02 20:35:08 +00:00 |
|
|
|
e57d4717d7
|
WIP solution to exercise 1-16 using a file on disk as a storage buffer for stdin so that we can step through the input repeatedly.
|
2025-09-02 20:33:31 +00:00 |
|