diff options
author | standenboy <standenboy@StandenboyLAP.lan> | 2024-01-10 13:44:03 +0000 |
---|---|---|
committer | standenboy <standenboy@StandenboyLAP.lan> | 2024-01-10 13:44:03 +0000 |
commit | 5fbd145a080da6c02a15cd4f78fab940ce046b09 (patch) | |
tree | 11dbd1ece3de65b24e78535f32bc262005d5c2bf /comp/work/16 | |
parent | f267b783b87353a70eacf786e940d5d480c4da03 (diff) |
added 109 homework
Diffstat (limited to 'comp/work/16')
-rw-r--r-- | comp/work/16/vectors | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comp/work/16/vectors b/comp/work/16/vectors new file mode 100644 index 0000000..1c2fd14 --- /dev/null +++ b/comp/work/16/vectors @@ -0,0 +1,11 @@ +circle.center 5, 15 +circle.radius 4 +circle.fill red +circle.outline yellow +circle.weight 3pt + +square.posistion 10, 18 +square.width 5 +square.height 5 +square.fill red + |