mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
14 lines
290 B
JSON
14 lines
290 B
JSON
|
{
|
||
|
"type": "page",
|
||
|
"children": [{
|
||
|
"type": "code",
|
||
|
"data": {
|
||
|
"language": "rust",
|
||
|
"delta": [
|
||
|
{
|
||
|
"insert": "// This is the main function.\nfn main() {\n // Print text to the console.\n println!(\"Hello World!\");\n}"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}]
|
||
|
}
|