Parcourir la source

Add exercise question

DricomDragon il y a 5 ans
Parent
commit
2a7704545b
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      tp/prodCons0.csp

+ 3 - 1
tp/prodCons0.csp

@@ -1,3 +1,5 @@
+// There is a problem in this code ... can you fix it ?
+
 define NP 1
 define NC 4
 define N 4
@@ -42,4 +44,4 @@ MAIN ==
 			consommateur[i:1..NC] :: CONSOMMATEUR
 		||
 			liste :: BUFFER
-		]
+		]