feat: add ruby code block - chapter data structure (#1227)

This commit is contained in:
khoaxuantu 2024-04-07 00:44:18 +07:00 committed by GitHub
parent 4fadad50ba
commit bd54594a90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,13 +166,14 @@
=== "Ruby"
```ruby title=""
# Ruby 的列表可以自由存储各种基本数据类型和对象引用
data = [0, 0.0, 'a', false, ListNode(0)]
```
=== "Zig"
```zig title=""
```
??? pythontutor "可视化运行"