logo

deblob-test

Test files for <https://hacktivis.me/projects/deblob>git clone https://anongit.hacktivis.me/git/deblob-test.git/

hello-chez.ss (231B)


  1. ; SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
  2. ; SPDX-License-Identifier: BSD-3-Clause
  3. (import (rnrs base (6))
  4. (rnrs io simple (6)))
  5. (display "Hello world!")
  6. (newline)