# Copyright 2015 Canonical Ltd. # Copyright 2015 Cloudbase Solutions Srl # This file is part of cloud-init. See LICENCE file for license information. def main(): print("Hello World\n") # vi: ts=4 expandtab