Create config.json
Browse files- config.json +6 -0
config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "An Example Challenge",
|
3 |
+
"description": "Just an example...";,
|
4 |
+
"start": "2024-08-01",
|
5 |
+
"end": "2034-08-01"
|
6 |
+
}
|