Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Oct 15, 2016
1 parent a51a6b0 commit 0dd4423
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Emacs back-up #
# Emacs and DrRacket back-up #

*.rkt~
*.rkt~
*.bak

# DrRacket compile output #

*.dep
*.zo
3 changes: 2 additions & 1 deletion src/demo.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
(bounds 200 200 600 500)
(rectangle #:x 100 #:y 50 #:width 300 #:height 200 #:id "test")
(oval #:x 100 #:y 100)
(text #:content "hello world!!!")
; (text #:content "hello world!!!")
(text #:content "Fuck code forces!")
(when-clicking-thunk #:object "test"
#:thunk (lambda ()
(tell "test" 'set 'x (+ (tell "test" 'get 'x)
Expand Down
File renamed without changes.

0 comments on commit 0dd4423

Please sign in to comment.