use "list.g"; use "sorting.g"; fun main() -> int@ { let v = @list(); stable_sort(begin(v), end(v)); return 0; }