// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 package com.amazonaws.example; public class App { public static void main(String[] args) { System.out.println("Hello World!"); } }