	make  telwn
	glammar telwn
gcc -pipe  -O -o telwn  telwn_.c  /usr/scratch/lib/glammar.a -lmp 
	/bin/time telwn  telwn.in telwn.out

real        2.4
user        0.6
sys         1.0
	tail -10  telwn.out
odusepr
odusepop
odusepid
odusimer
odusimad
odusimq
odusimr
odusimop
odusimid

	make  combine-words
	glammar combine-words
gcc -pipe  -O -o combine-words  combine-words_.c  /usr/scratch/lib/glammar.a -lmp 
	/bin/time combine-words  combine-words.in combine-words.out

real        0.7
user        0.0
sys         0.1
	tail -10  combine-words.out
glamour
glamoar
glammur
glammar
gramour
gramoar
grammur
grammar

	make  fib
	glammar fib
line 7: (message) no left-hand side in `fib'
gcc -pipe  -O -o fib  fib_.c  /usr/scratch/lib/glammar.a -lmp 
	/bin/time fib  fib.in fib.out

real        0.7
user        0.0
sys         0.2
	tail -10  fib.out

Fibonacci number:
iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
done.

	make  nfib
	glammar nfib
line 7: (message) no left-hand side in `fib'
gcc -pipe  -O -o nfib  nfib_.c  /usr/scratch/lib/glammar.a -lmp 
	/bin/time nfib  nfib.in nfib.out

real        0.6
user        0.0
sys         0.1
	tail -10  nfib.out

Nfib number:

done.

	make  pizza
	glammar pizza
gcc -pipe  -O -o pizza  pizza_.c  /usr/scratch/lib/glammar.a -lmp 
	/bin/time pizza  pizza.in pizza.out

real        0.7
user        0.0
sys         0.1
	tail -10  pizza.out
take a {Siciliana}

	make  hanoi
	glammar hanoi
gcc -pipe  -O -o hanoi -O   hanoi_.c  /usr/scratch/lib/glammar.a -lmp 
	/bin/time hanoi  hanoi.in hanoi.out

real        0.9
user        0.0
sys         0.2
	tail -10  hanoi.out
Move disc 1 from S to A
Move disc 4 from S to D
Move disc 1 from A to D
Move disc 2 from A to S
Move disc 1 from D to S
Move disc 3 from A to D
Move disc 1 from S to A
Move disc 2 from S to D
Move disc 1 from A to D

	make queens
	glammar queens
gcc -pipe  -O -o queens  queens_.c  /usr/scratch/lib/glammar.a -lmp 
	/bin/time queens  -a5 -- > queens.out

real        7.0
user        6.1
sys         0.2
	tail -10  queens.out
Look what I found: 
 .  .  .  .  .  q  .  .
 .  .  q  .  .  .  .  .
 q  .  .  .  .  .  .  .
 .  .  .  .  .  .  q  .
 .  .  .  .  q  .  .  .
 .  .  .  .  .  .  .  q
 .  q  .  .  .  .  .  .
 .  .  .  q  .  .  .  .

	make mp
	glammar mp
gcc -pipe  -O -o mp  mp_.c  /usr/scratch/lib/glammar.a -lmp 
	/bin/time mp  -a5 -- > mp.out

real        1.0
user        0.2
sys         0.2
	tail -10  mp.out
1/2
	make count
	glammar count
	/bin/time count  -a5 -- > count.out
	tail -10  count.out
