Make the quine use "String" rather than char[]

This commit is contained in:
Christoffer Lerno
2023-01-26 21:19:16 +01:00
parent 4561bf5a85
commit 03b659373a

View File

@@ -1 +1 @@
import std::io; fn void main() => io::printfn("%schar[] q = \x60%s\x60;", q, q);char[] q = `import std::io; fn void main() => io::printfn("%schar[] q = \x60%s\x60;", q, q);`;
import std::io; fn void main() => io::printfn("%sString q = \x60%s\x60;", q, q);String q = `import std::io; fn void main() => io::printfn("%sString q = \x60%s\x60;", q, q);`;