mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-03 19:43:52 +00:00 
			
		
		
		
	* chore: rename flowy-folder2 to flowy-folder * chore: rename flowy-document2 to flowy-document * chore: fix test * chore: move lib-infra crate * chore: remove shared-lib * chore: fix clippy
		
			
				
	
	
		
			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}"
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  }]
 | 
						|
} |