Skip to content

Commit cafc249

Browse files
authored
Merge pull request #6 from Nelkir/lake
Create lake.cpp
2 parents b0d6618 + 6ae45ac commit cafc249

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lake.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)