logo

deblob

remove binary executables from a directory git clone https://anongit.hacktivis.me/git/deblob.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)