Writing to files on disk: A minimal note-taking app
You now know how to read from standard input and write to standard output. You also know how to format the data for pretty printing, or for reading specially formatted records. Sooner or later, you’ll need to read data from and write data to files on disk. In this section, we’ll implement a minimal, yet […]