5 lines
126 B
Python
5 lines
126 B
Python
# SPDX-FileCopyrightText: 2018 Jerry Needell for Adafruit Industries
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
print('Hello, World!')
|