From 255098b85856cd56d09f0aaea8aafbd3b89bd9d0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Barriat <pierre-yves.barriat@uclouvain.be> Date: Tue, 2 Feb 2021 10:14:10 +0100 Subject: [PATCH] hello binder --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..a90f961 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hello from Binder!") -- GitLab