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

(display car)
