sandbox/test.py
Florian Streibelt 8641b162ab
adding python3 shebang to test.py
Just testing the gerrit workflow here with a meaningful commit.

Change-Id: Ifac7958501678b94f1521977519415423e06be20
2023-11-23 12:33:14 +01:00

6 lines
114 B
Python
Executable File

#!/usr/bin/env python3
print("2022 contribution")
print("2022 contribution conflict")
print("2023 contribution")