aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-06-18 19:17:56 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-06-18 19:17:56 +0200
commit815fbb2a697a060411f19f70ecdaa5c775b430cb (patch)
treef046efba82674917538f368f365fa4ebb6a304e0 /config.json
parent3c4d885ba7fd25731c030813888b6e3285ed7c2a (diff)
downloadproject_euler-815fbb2a697a060411f19f70ecdaa5c775b430cb.tar.gz
project_euler-815fbb2a697a060411f19f70ecdaa5c775b430cb.tar.bz2
project_euler-815fbb2a697a060411f19f70ecdaa5c775b430cb.zip
problem 1 2 in julia
Diffstat (limited to 'config.json')
-rw-r--r--config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json b/config.json
index a0aa8a9..812e3d7 100644
--- a/config.json
+++ b/config.json
@@ -42,6 +42,14 @@
"prefix" : "* ",
"bottom": "*/"
}
+ },
+ "julia": {
+ "extension": "jl",
+ "comment": {
+ "top": "###",
+ "prefix" : "# ",
+ "bottom": "###"
+ }
}
},
"url_format": "http://projecteuler.net/problem={index}",