From 5fbd145a080da6c02a15cd4f78fab940ce046b09 Mon Sep 17 00:00:00 2001 From: standenboy Date: Wed, 10 Jan 2024 13:44:03 +0000 Subject: added 109 homework --- comp/work/16/vectors | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comp/work/16/vectors (limited to 'comp/work/16') 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 + -- cgit v1.2.3