#!/usr/bin/env scheme-script
;; -*- mode: scheme; coding: utf-8 -*- !#
(import (rnrs))
(import (rnrs base))

(display "hello")
