Browse Source

corrected most bugs !

nicolas-zimmermann 4 years ago
parent
commit
bec6b82096
1 changed files with 4 additions and 0 deletions
  1. 4 0
      debruijn/debruijn.py

+ 4 - 0
debruijn/debruijn.py View File

@@ -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()