diff --git a/2imageTest/2imageTest/assign2.cpp b/2imageTest/2imageTest/assign2.cpp index 7c2f9ab..278dd74 100644 --- a/2imageTest/2imageTest/assign2.cpp +++ b/2imageTest/2imageTest/assign2.cpp @@ -18,5 +18,5 @@ int main() { } // write a bmp file WriteBmp("RedGrad.bmp", outbmp, x, y); - return 123; + return 1; } \ No newline at end of file