#!/bin/bash

# Use "exit 0" to simulate correct code
# Use any exit code from 1 to 255 to simulate incorrect code
exit 1
