Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge branch 'main' of https://github.com/shinhanshiu/cmse802-test-public #1

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
8 changes: 7 additions & 1 deletion please_mess_with_me.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
b = 1
c = True

print(a + b)
# I am in the dev branch
# Introduce even more chnages
# And more
#print(a + b)
print(b + c)

# Now in the test branch
# More changes from test