Files

6 lines
111 B
Plaintext
Raw Permalink Normal View History

main.py: Running...
sum(<MyStruct a=10 b=32>): 42
create(100, 200): <MyStruct a=100 b=200>
main.py: Done.
Done