Quine by shinh

fn main(){let x="fn main(){let x=";let y=";print!(\"{}{:?};let y={:?}{}\",x,x,y,y)}";print!("{}{:?};let y={:?}{}",x,x,y,y)}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page