1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Pill 07: Make the input file name explicit.

This commit is contained in:
Rolf Schröder 2018-06-18 09:10:31 +02:00
parent 219f9f09d9
commit 3fecf6007e

View file

@ -182,7 +182,7 @@
<section>
<title>Packaging a simple C program</title>
<para>
Start off by writing a simple C program:
Start off by writing a simple C program called <filename>simple.c</filename>:
<programlisting><xi:include href="./07/simple.c.txt" parse="text" /></programlisting>