online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import functools def a(r): def c(*t, **y): with open('test.txt', 'a') as file: file.write(', '.join(f'{x}' for x in t) + '\n') return r(*t, **y) return c @a def b(a): print('Plik utworzony') print(b('zapis')) # jest None bo def b nic nie zwraca

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue