mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 13:20:48 -05:00
21 lines
320 B
JSON
21 lines
320 B
JSON
{
|
|
"authors": [
|
|
"silvanocerza",
|
|
"vaeng"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"log_levels.cpp"
|
|
],
|
|
"test": [
|
|
"log_levels_test.cpp"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.cpp"
|
|
]
|
|
},
|
|
"forked_from": [
|
|
"csharp/log-levels"
|
|
],
|
|
"blurb": "Learn about strings by parsing logs."
|
|
}
|