version 1.0.43

This commit is contained in:
Roope Astala
2019-06-12 10:08:35 -04:00
parent 5e91c836b9
commit 79c9f50c15
33 changed files with 7263 additions and 3153 deletions

View File

@@ -0,0 +1,8 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License
# Very simple script to demonstrate run in environment
# Print message passed in as environment variable
import os
print(os.environ.get("MESSAGE"))