Merge pull request #1 from lidorcg/lidorcg/gitpod-setup
Lidorcg/gitpod setup
This commit is contained in:
commit
fd38615299
2 changed files with 6 additions and 0 deletions
4
.gitpod.yml
Normal file
4
.gitpod.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
image: clojure
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- command: 'lein koan run'
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
[](https://gitpod.io/#https://github.com/functional-koans/clojure-koans)
|
||||||
|
|
||||||
# Clojure Koans
|
# Clojure Koans
|
||||||
|
|
||||||
The Clojure Koans are a fun way to get started with Clojure - no experience
|
The Clojure Koans are a fun way to get started with Clojure - no experience
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue