5 lines
127 B
C
5 lines
127 B
C
#pragma once
|
|
|
|
#define COLOR(n) "\x1b[38;5;" #n "m"
|
|
#define STRIPE "██████████████████\n"
|
|
|