Thank you for your comment

Beau­tiful Racket / racket school 2019

sample.txt
12 & AB
1
12 & AB
copy to clipboard
trigram.rkt
#lang racket

(define str (file->string "sample.txt"))
;; ···
1
2
3
4
#lang racket

(define str (file->string "sample.txt"))
;; ···
copy to clipboard
← prev next →