mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
10 lines
96 B
C++
10 lines
96 B
C++
#include "shared.h"
|
|
#include "helper.h"
|
|
|
|
int main()
|
|
{
|
|
print(Channel::Red);
|
|
|
|
return 0;
|
|
}
|