Skip to content

Instantly share code, notes, and snippets.

View argarner's full-sized avatar
🎯
Working

Andrew Garner argarner

🎯
Working
View GitHub Profile
@argarner
argarner / regexptrainer.json
Created April 15, 2017 09:39
Regular Expression Trainer Project JSON data
[
{
"id": 1,
"task": "Match the word verbatim",
"subjects": "MatchThisVerbatim",
"solution": "MatchThisVerbatim",
"hints": "You just have to type the subject out, exactly as it appears, ya dingus!",
"difficulty": "easy"
}
]