Skip to main content

Timeline for Print an alphabet wave

Current License: CC BY-SA 3.0

8 events
when toggle format what by license comment
Apr 13, 2017 at 12:39 history edited CommunityBot
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Aug 10, 2016 at 15:40 comment added Karl Napf @owacoder Ah, good old puts. Only had putchar in mind.
Aug 10, 2016 at 15:39 comment added Karl Napf @Advancid no you can't. that i%95 does not work
Aug 10, 2016 at 15:39 history edited Karl Napf CC BY-SA 3.0
added 41 characters in body
Aug 10, 2016 at 12:30 comment added owacoder Use puts("") instead of printf("\n") for printing a newline.
Aug 10, 2016 at 8:33 comment added user54187 You can save two bytes by counting from 64: f(i,j){for(i=64;++i<91;printf("\n"))for(j=13;--j;printf("%c%c",i,i%91+65));}
Aug 10, 2016 at 2:55 history edited Karl Napf CC BY-SA 3.0
added 67 characters in body
Aug 10, 2016 at 2:45 history answered Karl Napf CC BY-SA 3.0