import strutils, sequtils

proc main()=
  doAssert(false)

main()