Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				Mind sharing a link or in text? My mobile connection is too slow to load pictures atm.
 - 
				
				@romangraef
#include <stdio.h>
int main()
{
int a = 10, b = 0, c = 10;
char* str = "TFy!QJu ROo TNn(ROo)SLq SLq ULo+UHs UJq "
"TNn*RPn/QPbEWS_JSWQAIJO^NBELPeHBFHT}TnALVlBL"
"OFAkHFOuFETpHCStHAUFAgcEAelclcn^r^r\\tZvYxXyT|S~Pn SPm "
"SOn TNn ULo0ULo#ULo-WHq!WFs XDt!";
while (a != 0)
{
a = str[b++];
while (a-- > 64)
{
if (++c == 90)
{
c = 10;
putchar('\n');
}
else
{
if (b % 2 == 0)
putchar('!');
else
putchar(' ');
}
}
}
return 0;
} - 
				
				@stop repl.it is an online compiler. You can use the code above or just try the link:
https://repl.it/@ShubhamBarudwal/...
The code will work only for the map of India since the string values are given for only that. - 
				
				@barudwale20 i think that was the point - try and find a string value for your country
 - 
				
				@Midnigh-shcode 😅 unfortunately it's not possible there. If you want you can understand the code and make your own string. 😀
 


Found this ....🇮🇳 Try it for your country..
rant