aboutsummaryrefslogtreecommitdiff
path: root/examples/python/default.py
diff options
context:
space:
mode:
authorSebastian <s_rath@xpresso24.com>2019-10-03 00:04:51 -0400
committerAustin Morton <austinpmorton@gmail.com>2019-10-30 19:51:38 -0400
commit78b3381c84a238cc8be48e5685d74ceec5b36765 (patch)
treeec05ec7a8b33b653b7ac289da401d3eb636e10c1 /examples/python/default.py
parent568f906322377817c400f09f0e7212e8ba800a11 (diff)
downloadcompiler-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.py2
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