diff --git a/hello_team.py b/hello_team.py new file mode 100644 index 0000000..9162d70 --- /dev/null +++ b/hello_team.py @@ -0,0 +1,8 @@ +from datetime import datetime + +def main(): + now = datetime.now().strftime("%Y-%m-%d %H:%M:%S") + print(f"Hello from the AI Dev Team — {now}") + +if __name__ == "__main__": + main() diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d2ce485 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +# No external dependencies required