From 815fbb2a697a060411f19f70ecdaa5c775b430cb Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 18 Jun 2021 19:17:56 +0200 Subject: problem 1 2 in julia --- config.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.json') 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}", -- cgit