From 3b28492bb03f7fdc1e43e5d8b7a96a260b99eb0b Mon Sep 17 00:00:00 2001 From: derelict Date: Sat, 31 Oct 2020 03:46:41 +0300 Subject: [PATCH] checked out new branch from master --- testing.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing.py diff --git a/testing.py b/testing.py new file mode 100644 index 0000000..ada2e4d --- /dev/null +++ b/testing.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +print("hello, world!")