Files
2021-04-07 19:25:18 -04:00

5 lines
52 B
Plaintext
Vendored

a = """test"""
b = '''test'''
c = "test"
d = 'test'