mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-29 01:58:48 +00:00
Prototype of X86_64 migration
This commit is contained in:
parent
3fdc3e7f2a
commit
e77433e51c
21 changed files with 599 additions and 7165 deletions
|
|
@ -10,8 +10,6 @@ fun fact (n) {
|
|||
|
||||
n := read ();
|
||||
|
||||
fun f () {}
|
||||
|
||||
for i := n, i >= 1, i := i-1 do
|
||||
write (i);
|
||||
write (fact (i))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue