Skip to content

Commit 284addc

Browse files
committed
revive
1 parent 5885d21 commit 284addc

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.DS_Store

10 KB
Binary file not shown.

README.markdown

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Cl-Exercise
1+
# Cl-exercise
22

33
Online Common Lisp Learning System
44

5+
![image](https://github.com/t-cool/clexercise/blob/master/screenshot/img.png)
56

67
## Installation
78

@@ -33,7 +34,7 @@ $ qlot exec ros -S . run
3334

3435
## Author
3536

36-
* Eddie, Noguchi Hiroki
37+
* Eddie, t-cool
3738

3839
## Copyright
3940

qlfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@
2323
("proc-parse" .
2424
(:class qlot.source.ql:source-ql
2525
:initargs (:project-name "proc-parse" :%version :latest)
26-
:version "ql-2017-11-30"))
26+
:version "ql-2018-04-30"))
2727
("alexandria" .
2828
(:class qlot.source.ql:source-ql
2929
:initargs (:project-name "alexandria" :%version :latest)
30-
:version "ql-2017-11-30"))
30+
:version "ql-2018-04-30"))
3131
("clack" .
3232
(:class qlot.source.ql:source-ql
3333
:initargs (:project-name "clack" :%version :latest)
34-
:version "ql-2017-11-30"))
34+
:version "ql-2018-04-30"))
3535
("djula" .
3636
(:class qlot.source.ql:source-ql
3737
:initargs (:project-name "djula" :%version :latest)
38-
:version "ql-2017-11-30"))
38+
:version "ql-2018-04-30"))
3939
("quri" .
4040
(:class qlot.source.ql:source-ql
4141
:initargs (:project-name "quri" :%version :latest)
42-
:version "ql-2017-11-30"))
42+
:version "ql-2018-04-30"))
4343
("yason" .
4444
(:class qlot.source.ql:source-ql
4545
:initargs (:project-name "yason" :%version :latest)
46-
:version "ql-2017-11-30"))
46+
:version "ql-2018-04-30"))
4747
("cl-fad" .
4848
(:class qlot.source.ql:source-ql
4949
:initargs (:project-name "cl-fad" :%version :latest)
50-
:version "ql-2017-11-30"))
50+
:version "ql-2018-04-30"))

screenshot/.DS_Store

6 KB
Binary file not shown.

screenshot/img.png

1.39 MB
Loading

0 commit comments

Comments
 (0)