Thomas %!s(int64=3) %!d(string=hai) anos
pai
achega
371b1e954a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/lib.rs

+ 4 - 0
src/lib.rs

@@ -299,6 +299,10 @@ impl SequencesGraph {
                 res.push(base);
             }
         }
+
+        if *res.last().unwrap() == b'N' {
+            res.pop();
+        }
         res
     }