// EXEC: cjc %import-path %L %l %f
// EXEC: ./main
import yaml4cj.yaml.*
import std.collection.*
main() {
// 2023年2月27日 不再提供外部能力
// let arr: Array<Hashable> = ["hello", "world", "this"]
// try {
// failf("this error")
// } catch(e: Exception) {
// println(e.toString())
// }
// if(
// genHashCode(arr, name: "hello") != 6149484760813328679 ||
// startsWith(Array<UInt8>([1,2,3,4,5,6]), Array<UInt8>([1,2])) != true ||
// startsWith(Array<UInt8>([1,2,3]), Array<UInt8>([1,2,4,5,6])) != false
// ) {
// return -1
// }
// return 0
}