diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-07 17:20:43 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-07 17:20:43 +0200 |
| commit | 9af65c8ac721024d0e45a2a6bde5c3f9fe638516 (patch) | |
| tree | e9af93ce9e4d0263b2e76d2fd29ada90d313f334 /config.json | |
| parent | 31b43cf6d0d58812d30c0e2356f6458d06b1e52e (diff) | |
| download | project_euler-9af65c8ac721024d0e45a2a6bde5c3f9fe638516.tar.gz project_euler-9af65c8ac721024d0e45a2a6bde5c3f9fe638516.tar.bz2 project_euler-9af65c8ac721024d0e45a2a6bde5c3f9fe638516.zip | |
problem 1 2 4 in common lisp
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json b/config.json index 6cfbd5e..06d0ac7 100644 --- a/config.json +++ b/config.json @@ -23,6 +23,14 @@ "prefix" : "* ", "bottom": "*/" } + }, + "lisp": { + "extension": "lisp", + "comment" : { + "top": ";;;;;;;;", + "prefix" : ";;;; ", + "bottom": ";;;;;;;;" + } } }, "url_format": "http://projecteuler.net/problem={index}", |
