Skip to content
Snippets Groups Projects
Commit 36025de7 authored by Dan Gitschooldude's avatar Dan Gitschooldude
Browse files

Merge branch '10-change-default-box-size' into 'master'

Shrink default box width and length

Closes #10

See merge request !22
parents a99f2f15 1a59d189
Branches
No related tags found
1 merge request!22Shrink default box width and length
Pipeline #82292658 passed
......@@ -4,8 +4,8 @@
using namespace std;
Box::Box() {
length = 3;
width = 4;
length = 1;
width = 2;
height = 8;
color = "green";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment