circuitpython/nrf/freeze/test.py
Daniel Tralamazza e5802fd9f8 implement #50
2017-06-07 18:57:47 +02:00

5 lines
63 B
Python

import sys
def hello():
print("Hello %s!" % sys.platform)