Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
22
Task/Quine/Aime/quine.aime
Normal file
22
Task/Quine/Aime/quine.aime
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
integer f;
|
||||
text s, t;
|
||||
|
||||
f = 36;
|
||||
s = "integer f;
|
||||
text s, t;
|
||||
|
||||
f = 36;
|
||||
s = \"\";
|
||||
|
||||
o_text(cut(s, 0, f));
|
||||
o_text(cut(s, 0, f - 1));
|
||||
o_etext(cut(s, f - 1, 2));
|
||||
o_text(cut(s, f + 1, 8888 - f));
|
||||
o_text(cut(s, f, 8888 - f));
|
||||
";
|
||||
|
||||
o_text(cut(s, 0, f));
|
||||
o_text(cut(s, 0, f - 1));
|
||||
o_etext(cut(s, f - 1, 2));
|
||||
o_text(cut(s, f + 1, 8888 - f));
|
||||
o_text(cut(s, f, 8888 - f));
|
||||
Loading…
Add table
Add a link
Reference in a new issue