fn main(){for b in 2..737{if(b|b*2)+1&(b|b*2)<1{print!("{} ",format!("{:b}",b)[1..].replace("0","a").replace("1","b"))}}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page