Skip to content

Commit a585827

Browse files
authored
Create main.cpp
1 parent 05e0c91 commit a585827

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

main.cpp

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#include "graphics.h"
2+
#include "picture.hpp"
3+
int main()
4+
{
5+
initwindow(800,600);
6+
house();
7+
sun();
8+
man();
9+
fence();
10+
// tree();
11+
getch();
12+
closegraph();
13+
}

0 commit comments

Comments
 (0)