brintos

brintos / llvm-project-archived public Read only

0
0
Text · 110 B · 82095e5 Raw
4 lines · python
1def command(debugger, command, result, internal_dict):2    result.PutCString("hello world B")3    return None4