We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0d6618 + 6ae45ac commit cafc249Copy full SHA for cafc249
lake.cpp
@@ -0,0 +1,7 @@
1
+#include <iostream>
2
+#include "graphics.h"
3
+
4
+void lake() {
5
+ setcolor(LIGHTBLUE); // Устанавливаем цвет линий для озера
6
+ rectangle(100, 100, 500, 300);// Рисуем прямоугольник для представления воды
7
+}
0 commit comments