Actualizar 'README.md'

This commit is contained in:
Suguivy 2021-01-30 22:15:29 +00:00
parent 38e55f5258
commit 313db525fc
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ cherry> (const 3 6)
3
cherry> (set! always-seven (const 7))
nil
cherry> always-seven
#[lambda y x]
cherry> (always-seven 1)
7
cherry> (always-seven 8)