/media/sda-magnetic/david/Dok-15-2023-11-27/fernuni-hagen/cs-i-ii/old-cs-2-03/mycounter.txt


Also, ich hab jetzt folgenden Zähler:
 0 0     1 1
 1 1     0 1
 0 1     1 0
 1 0     0 0

 0 0     1
 1 1     0
 0 1     1
 1 0     0

 0 0     1
 1 1     1
 0 1     0
 1 0     0


 0 0     1
 0 1     1

Gruppe 0
0   0 0
Gruppe 1
1   0 1

0;1     0 -

y1 = not x1
 
 0 0     1
 1 1     1
 
y0 = (not x1 and not x0) or (x1 and x0)