From ca5b85fb744221588859f3639ba7e4da0bc82649 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Mon, 7 Jun 2021 00:03:12 -0400 Subject: first commit --- templates/site/tutorials/python/test.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/site/tutorials/python/test.py (limited to 'templates/site/tutorials/python/test.py') diff --git a/templates/site/tutorials/python/test.py b/templates/site/tutorials/python/test.py new file mode 100644 index 0000000..83b87a6 --- /dev/null +++ b/templates/site/tutorials/python/test.py @@ -0,0 +1,2 @@ +#!/usr/bin/python3 +print("hi") -- cgit v1.2.3