4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
valac --Xcc='-w' --pkg=gee-0.8 list_iterator.vala && ./list_iterator
|