X-Git-Url: https://git.piment-noir.org/?p=TD_SR.git;a=blobdiff_plain;f=TD1%2Fexo3%2FMain.java;h=4aa4e1a5e2831de36d256acc3c86ad23dce8cce1;hp=9b34b058db0f9bd0478733db82f6c3a4061e2064;hb=e018d1ec033513412d9b3628a7d6701a48725382;hpb=58312685472236da9be0138c9b5b450ca13387b1 diff --git a/TD1/exo3/Main.java b/TD1/exo3/Main.java index 9b34b05..4aa4e1a 100644 --- a/TD1/exo3/Main.java +++ b/TD1/exo3/Main.java @@ -6,7 +6,7 @@ public class Main { public static void main (String[] args) { - //FIXME: Implement the args parsing to set this tree values dynamically + //FIXME: Implement the args parsing to set the three values dynamically final int BUFFER_SIZE = 1; final int PROD_NUMBER = 20; final int CONS_NUMBER = 20;