Влвщлвлв
This commit is contained in:
parent
7a781b0849
commit
8c9b0008a3
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,6 +4,4 @@
|
||||
spec.md
|
||||
default.nix
|
||||
|
||||
lbr
|
||||
|
||||
std/
|
||||
lbr
|
11
std/print.lb
Normal file
11
std/print.lb
Normal file
@ -0,0 +1,11 @@
|
||||
; Copyright (C) 2024 Bedohswe
|
||||
; Licensed under WTFPL <http://www.wtfpl.net>
|
||||
|
||||
@ 0
|
||||
args 1
|
||||
kjz 1
|
||||
putc
|
||||
jmp 0
|
||||
|
||||
@ 1
|
||||
quit
|
4
std/rev.lb
Normal file
4
std/rev.lb
Normal file
@ -0,0 +1,4 @@
|
||||
; Copyright (C) 2024 Aer Iz
|
||||
; Licensed under WTFPL <http://www.wtfpl.net>
|
||||
|
||||
args 0
|
4
std/rot.lb
Normal file
4
std/rot.lb
Normal file
@ -0,0 +1,4 @@
|
||||
; Copyright (C) 2024 Aer Iz
|
||||
; Licensed under WTFPL <http://www.wtfpl.net>
|
||||
|
||||
args 3
|
17
std/unix/варёныйносок.lb
Normal file
17
std/unix/варёныйносок.lb
Normal file
@ -0,0 +1,17 @@
|
||||
; Copyright (C) 2024 Aer Iz
|
||||
; Licensed under WTFPL <http://www.wtfpl.net>
|
||||
|
||||
maxsize
|
||||
args 1 ; Насколько сварить носок
|
||||
sub
|
||||
|
||||
@ 1
|
||||
kjnz 2
|
||||
quit
|
||||
|
||||
@ 2
|
||||
#expr -
|
||||
push -1
|
||||
_unix_random
|
||||
swap
|
||||
jmp 1
|
Loading…
Reference in New Issue
Block a user