Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
5
Task/Bitmap/Scheme/bitmap-3.scm
Normal file
5
Task/Bitmap/Scheme/bitmap-3.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(define *black* (list 0 0 0))
|
||||
(define *white* (list 255 255 255))
|
||||
(define *red* (list 255 0 0))
|
||||
(define *green* (list 0 255 0))
|
||||
(define *blue* (list 0 0 255))
|
||||
Loading…
Add table
Add a link
Reference in a new issue