summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/0prelim.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/0prelim.py')
-rw-r--r--tests/basics/0prelim.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/basics/0prelim.py b/tests/basics/0prelim.py
new file mode 100644
index 0000000000..2da65dc279
--- /dev/null
+++ b/tests/basics/0prelim.py
@@ -0,0 +1,4 @@
+# all tests need print to work! make sure it does work
+
+print(1)
+print('abc')