Skip to content

Commit

Permalink
fix load path
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Nov 1, 2014
1 parent 924da23 commit 7dd7b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch2/01.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(load "/Users/kang/code/eopl/libs/scheme48-init.scm")
(load "../libs/init.scm")
;; Implement for bigint numbers
(define base 16)
(define bzero '())
Expand Down

0 comments on commit 7dd7b9a

Please sign in to comment.