Start development on BSD 4
[unix-history] / .ref-5cb41021d721f4e0ac572d592613f963e495d1ff / .ref-BSD-3 / usr / lib / learn / C / L1.1c
CommitLineData
fd15fd37
BJ
1#print
2(Section 1.1)
3The program in Ref.c has an error in it.
4Find it, fix it, and run it.
5Then type ready.
6#once #create Ref.c
7main()
8{
9 printf("hello\");
10}
11#once #create Ref
12hello
13#user
14a.out >x
15#cmp x Ref
16#log
17#next
181.1d 10