blob: 0ec06a30f59afdd2d887e8752f32c4f232838adc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#print
(Section 1.1)
The program in Ref.c has an error in it.
Find it, fix it, and run it.
Then type ready.
#once #create Ref.c
main()
{
printf("hello\");
}
#once #create Ref
hello
#user
a.out >x
#cmp x Ref
#log
#next
1.1d 10
|