#include stdio.h
int main()
{
printf("coding\xG");
printf("done!");
return 0;
}
What is the output?

Posted on by