#!/bin/bash

if [ "$*" == "/tmp/main.swift" ]; then
    echo "Hello, world!"
    exit 0
fi
exit 1

