#include <stdio.h> int main (void) { char L1 = 'i', L2 = 'n', L3 = 'C'; printf ("Programming %c%c %c", L1, L2, L3); return 0; }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter