From e2487172d0bffb00dd36ab50a92f1fc0033ee4ce Mon Sep 17 00:00:00 2001 From: Dari Caceres Date: Sun, 7 Sep 2025 20:01:33 -0400 Subject: [PATCH] Add hello_sandbox.py for practice OpenDev workflow contribution Change-Id: If3f3be59d88996082f3732b07d28b2371a4090b5 --- hello_sandbox.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_sandbox.py diff --git a/hello_sandbox.py b/hello_sandbox.py new file mode 100644 index 000000000..2d04a556f --- /dev/null +++ b/hello_sandbox.py @@ -0,0 +1 @@ +print("Hello Sandbox!")