tree-sitters/python/examples/multiple-newlines.py

26 lines
73 B
Python

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