RA.Aid/tests/data/test_case_2.txt

6 lines
107 B
Plaintext

put_complete_file_contents("test.py", """
def hello_world():
print("Hello, world!")
return 42
""")