82
10
Write a program or function that prints or outputs this exact text (consisting of 142 characters):
()()()()()()
|\3.1415926|
|:\53589793|
\::\2384626|
\::\433832|
\::\79502|
\::\8841|
\::\971|
\::\69|
\::\3|
\__\|
Your program must take no input (except in languages where this is impossible, such as sed
), and produce the above text (and only the above text) as output. A trailing newline is acceptable.
This is code-golf, so the shortest answer (in bytes) wins.
This seems to be overly complex in the kolmogorov sense. I will be impressed if anyone can compress this – Rohan Jhunjhunwala – 2016-09-17T10:44:32.177
9
@RohanJhunjhunwala For proof that this can be compressed, Luis Mendo did it.
– Erik the Outgolfer – 2016-09-17T13:42:06.2201Lol, I have been proven wrong (and I am glad!) very impressive – Rohan Jhunjhunwala – 2016-09-17T15:40:40.293
2You cold have made them take an integer input N to output a slice whose number of
()
at the top is N. It would be very complex tho. – user6245072 – 2016-09-17T17:02:19.2235Just so you know, you need 43 decimal places of π. – Erik the Outgolfer – 2016-09-17T18:36:23.357
4So close to the meaning of life.... – A. Mirabeau – 2016-09-20T04:04:52.817