```py import random x = [[random.randint(-1, 2) for _ in range(4)] for _ in range(10)] print(x) ``` COMMAND: ```bash codon build -plugin vectron -release rexample.codon ``` OUTPUT: ```bash Segmentation fault (core dumped) ```