#!/bin/sh

# displays only the first argument

printf "$1"