46
5
Steve Ballmer is the ex-CEO of Microsoft, and in a recent article, claimed that he "still does not know what he did wrong with mobile".
As CodeProject's newsletter pointed out, "That article's title could be ended at so many spots and still be accurate".
Given no input, output the following:
Steve Ballmer still does not know.
Steve Ballmer still does not know what he did.
Steve Ballmer still does not know what he did wrong.
Steve Ballmer still does not know what he did wrong with mobile.
This must be outputted exactly as shown, and must be the only output of your program. You may include a single trailing newline.
This is code-golf so fewest bytes in each language wins
59When I saw the title / tags I thought that the output would be
developers developers ...
– Rod – 2017-06-01T12:30:41.37315tcl, 25 —
while 1 {puts developers}
— demo – sergiol – 2017-06-01T13:29:09.2278braingolf, 23 -
1"developers "[!@11 1>]
:P – Skidsdev – 2017-06-01T13:31:09.30716
And I thought of xkcd's Ballmer Peak
– ojdo – 2017-06-01T15:51:44.813Can we output a multiline string containing that? i.e. the actual output of our program is
"Steve Ballmer still does not know.\n...Steve Ballmer still does not know what he did wrong with mobile.\n"
– Rɪᴋᴇʀ – 2017-06-01T17:11:18.970I don't suppose you'd allow a leading space on each line? – Shaggy – 2017-06-01T18:19:56.237
@Riker sure you can – Skidsdev – 2017-06-02T15:05:59.717
@Shaggy nope, no trailing whitespace – Skidsdev – 2017-06-02T15:06:06.317
But what about leading, Mayube?! ;) – Shaggy – 2017-06-02T15:11:00.680
@Shaggy I was already going to say no, but now you get a triple no for that godaweful pun. – Skidsdev – 2017-06-02T15:12:51.903
@Mayube Is there an optional trailing new-line, or is it required? – wizzwizz4 – 2017-06-03T18:40:31.190
@wizzwizz4 optional – Skidsdev – 2017-06-03T20:22:37.650
1I'm surprised there's no MS powershell attempt. – Criggie – 2017-06-04T01:08:02.743
5yes, 14 —
yes developers
– sergiol – 2017-06-06T00:12:21.643pyth, 13 --
#"developers
– Tornado547 – 2017-12-12T02:56:36.253actually you need p to print sans trailing newlines
#p"developers
so 14 bytes – Tornado547 – 2017-12-12T02:59:15.9301@tfbninja it wasn't a codeproject article, just a general tech news article they sent out in their daily newsletter a few months back. They always add a witty little subtitle beneath the titles of all the articles in the newsletter, that's the source of the challenge – Skidsdev – 2017-12-12T21:45:36.917