From 7fb4569db4d8f65891e1b04f6d643f2c48f4d61e Mon Sep 17 00:00:00 2001 From: Douglas Evaristo Date: Tue, 28 Oct 2025 08:23:44 -0300 Subject: [PATCH] Create hello_douglasevaristo.py --- Python/hello_douglasevaristo.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Python/hello_douglasevaristo.py diff --git a/Python/hello_douglasevaristo.py b/Python/hello_douglasevaristo.py new file mode 100644 index 0000000..d7df09d --- /dev/null +++ b/Python/hello_douglasevaristo.py @@ -0,0 +1,2 @@ +# Hello Hacktoberfest 2025 from Douglas Evaristo +print("Hello, Hacktoberfest 2025 from Douglas Evaristo!")