#!/usr/bin/env python3
import hswro
from os import environ
hswro.logout()
print("#!c=0")
hswro.header()
print("`cYou have been logged out.")
hswro.footer()