2015-05-11 17:38:41 -04:00

10 lines
96 B
C++

#include "shared.h"
#include "helper.h"
int main()
{
print(Channel::Red);
return 0;
}