Closed noraj closed 4 years ago
btw, You can use readlines('filename', chump: true) instead of using split(\n)
readlines('filename', chump: true)
split(\n)
@KINGSABRI oh yeah just re-used the previous script
btw, You can use
readlines('filename', chump: true)
instead of usingsplit(\n)