From 199cdf2d99c7f662552919c5c5d82c1e05090ec0 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Wed, 31 May 2023 10:33:24 +0200 Subject: [PATCH 1/2] change message --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 0485176..4e3614e 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 -print("hello world") +print("hello world again") From dd3f5c4079e5af4a81131896108d3e802487fc87 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Wed, 7 Jun 2023 15:03:43 +0200 Subject: [PATCH 2/2] reset --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 4e3614e..0485176 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 -print("hello world again") +print("hello world")