Explorar el Código

corrected most bugs !

nicolas-zimmermann hace 5 años
padre
commit
bec6b82096
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      debruijn/debruijn.py

+ 4 - 0
debruijn/debruijn.py Ver fichero

@@ -322,3 +322,7 @@ def main():
322 322
             nb += 1
323 323
 
324 324
     print("il y a {} bulles dans le graphe\n".format(nb))
325
+
326
+
327
+if __name__ == "__main__":
328
+    main()