encoding-declaration/test.scm

8 lines
95 B
Scheme

#! /usr/bin/env gosh
(declare-file
(coding shift_jis))
(display "こんにちは世界")
(newline)