tweak: small reorg

This commit is contained in:
NunoSempere 2023-05-22 21:18:45 -04:00
parent a47306183d
commit a3a4216792
6 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@ import sequtils
import print
## Get sequences
let file_path = "./data/stripped"
let file_path = "../data/stripped"
proc getOEIS(): seq[seq[string]] =
let f = open(file_path)
var i = 0