3 ms·
I am getting proper error feedback, ``` swift_hello_main + 322 in swift-hello at /home/fermi/Documents/temp/swift-hello/Sources/main.swift:64:8 62│ 63
by g0ld3nrati0 2y ago
I am getting proper error feedback,
```
swift_hello_main + 322 in swift-hello at /home/fermi/Documents/temp/swift-hello/Sources/main.swift:64:8
62│
63│ let a = [1]
64│ print(a[1])
│ ▲
65│
```