diff --git a/src/fail.py b/src/fail.py new file mode 100644 index 0000000..bcd94d5 --- /dev/null +++ b/src/fail.py @@ -0,0 +1,5 @@ +def func (x, y): + print('running function') + return x * y +print("This is supposed to be a pretty long line. It must have more than 120 chars, but I am not very creative today so I am glad I made it.") +