tweak: small reorg
This commit is contained in:
parent
a47306183d
commit
a3a4216792
Binary file not shown.
|
@ -3,7 +3,7 @@ import sequtils
|
||||||
import print
|
import print
|
||||||
|
|
||||||
## Get sequences
|
## Get sequences
|
||||||
let file_path = "./data/stripped"
|
let file_path = "../data/stripped"
|
||||||
proc getOEIS(): seq[seq[string]] =
|
proc getOEIS(): seq[seq[string]] =
|
||||||
let f = open(file_path)
|
let f = open(file_path)
|
||||||
var i = 0
|
var i = 0
|
Loading…
Reference in New Issue
Block a user