tweak: small reorg
This commit is contained in:
parent
a47306183d
commit
a3a4216792
Binary file not shown.
|
@ -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
|
Loading…
Reference in New Issue
Block a user