Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 228 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 228 Bytes

AdventOfCode2018

My personal repo for source code, there will be a folder for each daily challenge.

To get the data in a usable format:

    var data = $("pre").innerText;
    data.replace(/\n/g, "\",\"");