import std/[sugar, unittest] # run tests with following command: # nim c -r ch_1.nim proc odd_character(s, t: string): char = let s_split = collect: for c in s: c t_split = collect: for c in t: c for i in 0..