mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix Racket style
This commit is contained in:
parent
f542ed357d
commit
17f4ff8588
@ -617,7 +617,7 @@ vec ; => #(1 2 3 4)
|
||||
|
||||
;; Append to "/tmp/tmp.txt"
|
||||
(define out-port (open-output-file "/tmp/tmp.txt"
|
||||
#:exists 'append))
|
||||
#:exists 'append))
|
||||
(displayln "Hola mundo" out-port)
|
||||
(close-output-port out-port)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user