mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	feat: add ruby code block - chapter data structure (#1227)
This commit is contained in:
		@ -166,7 +166,8 @@
 | 
			
		||||
=== "Ruby"
 | 
			
		||||
 | 
			
		||||
    ```ruby title=""
 | 
			
		||||
 | 
			
		||||
    # Ruby 的列表可以自由存储各种基本数据类型和对象引用
 | 
			
		||||
    data = [0, 0.0, 'a', false, ListNode(0)]
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
=== "Zig"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user