@unito/integration-sdk
Version:
Integration SDK
27 lines (26 loc) • 441 B
JSON
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "Let's try with this code:"
}
]
},
{
"type": "code",
"data": {
"lang": "python"
},
"children": [
{
"type": "text",
"value": "\nprint \"Hello World!!!\"\nprint \"https://google.com\"\n"
}
]
}
]
}