Update intro.md
This commit is contained in:
parent
c38e73fef5
commit
7676d0164f
1 changed files with 4 additions and 4 deletions
|
|
@ -155,13 +155,13 @@ when you have unrestricted access to memory. As an example, here's some Ruby
|
|||
code:
|
||||
|
||||
```{ruby}
|
||||
v = [];
|
||||
v = []
|
||||
|
||||
v.push("Hello");
|
||||
v.push("Hello")
|
||||
|
||||
x = v[0];
|
||||
x = v[0]
|
||||
|
||||
v.push("world");
|
||||
v.push("world")
|
||||
|
||||
puts x
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue