Skip to content

Commit e663ef4

Browse files
committed
playground | Resolve merge conflict
2 parents 82cdaa2 + f212db1 commit e663ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • playground/git-branch-practice/src

playground/git-branch-practice/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Основное приложение
22
def greet():
3-
print("Hello from Branch A!")
3+
print("Hello, from Branch A and B!")
44

55
if __name__ == "__main__":
66
greet()

0 commit comments

Comments
 (0)