lang(clojure): remove due to inability to run
This commit is contained in:
parent
7aa518fd09
commit
33a690cf40
3 changed files with 0 additions and 7 deletions
|
@ -3,7 +3,6 @@ languages:
|
|||
- name: bash
|
||||
- name: brainfuck
|
||||
- name: c
|
||||
- name: clojure
|
||||
- name: cpp
|
||||
- name: csharp
|
||||
- name: elixir
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
FROM clojure:tools-deps-alpine
|
||||
LABEL author="1Computer1"
|
||||
|
||||
COPY run.sh /var/run/
|
|
@ -1,2 +0,0 @@
|
|||
cat > program.clj
|
||||
clojure program.clj
|
Loading…
Reference in a new issue