difftastic/vendored_parsers/tree-sitter-python/examples/multiple-newlines.py

26 lines
73 B
Python

def hi():
print "hi"
def bye():
print "bye"