blob: 2acdf91074c66f915efc7a84f71e701bbd5f7470 [file] [log] [blame]
################################################################################
# Copyright (c) 2017 Kichwa Coders Ltd. and others.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
################################################################################
print("Hello1")
print("Hello2")
print("Hello3")
print("Hello4")
print("Hello5")
for i in range(100):
print("Hello %s" % i)
print("Hello1")
print("Hello2")
print("Hello3")
print("Hello4")
print("Hello5")