diff options
author | Sebastian <s_rath@xpresso24.com> | 2019-10-03 00:04:51 -0400 |
---|---|---|
committer | Austin Morton <austinpmorton@gmail.com> | 2019-10-30 19:51:38 -0400 |
commit | 78b3381c84a238cc8be48e5685d74ceec5b36765 (patch) | |
tree | ec05ec7a8b33b653b7ac289da401d3eb636e10c1 /examples/python/default.py | |
parent | 568f906322377817c400f09f0e7212e8ba800a11 (diff) | |
download | compiler-explorer-78b3381c84a238cc8be48e5685d74ceec5b36765.tar.gz compiler-explorer-78b3381c84a238cc8be48e5685d74ceec5b36765.zip |
* Add Python support (#1612)
Diffstat (limited to 'examples/python/default.py')
-rw-r--r-- | examples/python/default.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/python/default.py b/examples/python/default.py new file mode 100644 index 000000000..4f023ea04 --- /dev/null +++ b/examples/python/default.py @@ -0,0 +1,2 @@ +def main(): + pass
\ No newline at end of file |