blissify/include/constants.h

8 lines
123 B
C

#ifndef CONSTANTS_H
#define CONSTANTS_H
#define DEFAULT_STRING_LENGTH 10000
#define VERSION "0.1"
#endif // CONSTANTS_H