Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

Commit 380fc7f

Browse files
author
OverPoweredDev
committed
modified cpp_imp
1 parent d63df96 commit 380fc7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpp_implementation/plotter.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#include <iostream>
22
#include <graphics.h>
33

4+
#define BLUE 1
5+
#define GREEN 2
6+
#define CYAN 3
47
#define RED 4
8+
#define MAGENTA 5
9+
#define BROWN 6
510

611
using namespace std;
712

0 commit comments

Comments
 (0)