bump
This commit is contained in:
parent
4bb15e8c49
commit
03de7ac436
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
256colors
|
@ -1,9 +1,11 @@
|
||||
// @BAKE g++ $@ -O3 -o 256colors
|
||||
#include <iostream>
|
||||
#include <stdio.h>
|
||||
|
||||
#define WIDTH 5
|
||||
|
||||
#if WIDTH % 2 != 1
|
||||
#error "WIDTH has to be odd"
|
||||
# error "WIDTH has to be odd"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
2
Makefile
2
Makefile
@ -1,2 +1,2 @@
|
||||
main:
|
||||
g++ 256_colors.cpp -O3 -o 256_colors
|
||||
g++ 256_colors.cpp -O3 -o 256colors
|
||||
|
Loading…
x
Reference in New Issue
Block a user