Trying to display a board using unicode "line" parameters: "diamond shapes with question mark" show up radomly!
Any suggestions?
#include <stdio.h>
int main()
{
/* 01 */ printf("\U00002554\U00002550\U00002564\U00002550\U00002564\U00002550\U00002564\U00002550\U00002564\U00002550\U00002564\U00002550\U00002564\U00002550\U00002564\U00002550\U00002564\U00002550\U00002564\U00002550\U00002564\U00002550\U00002557");
return 0;
}