Old page wikitext, before the edit (old_wikitext) | '{{distinguish/Confusion|Random number generator}}
'''XKCD Random Number''' is a challenge that requires you to rewrite the program in XKCD's 221st page in another language, as either a function or a full program that prints the return value. You may comment your program just like XKCD did, if possible.
Or in other words: This program simply outputs 4.
==Implementations==
===[[!!brainfeed]]===
++++.
===[[!!Fuck]]===
<pre class="rectwrap">
!!!!!#!!!!!!!#!!!!!#!!!!!!!#!!!!!#!!!!!!!#!!!!!!!!!!!#!!!!!#!!!!!!!#!!!!!!!!!!!#!!!!!!!!#!!!!!!#!!!!!!!#!!!!!!!#!!!!!!!#!!!!!#!!!!!!!!!!!!#!!!!!!#!!!!!!#!!!!!!!!!!!!#!!!!!#!!!!!!!!!!#
</pre>
===[[!@$%^&*()+|!@#$%^&*()_+]]===
<pre>4@</pre>
====Alternative====
^^^^#
===[[$!]]===
<pre>!$$</pre>
===[[$+-?]]===
<pre>$++++++++++A?b$+++++$-aB$++</pre>
===[[+]]===
++++
===[[+++]]===
4 !
===[[1]]===
4111*,
It only works on the Common1 dialect of 1.
===[[100BF]]===
1OO 100 1OO 100 1OO 100 lO0 1OO 100 lO0 10O 1O0 100 100 100 1OO lOO 1O0 1O0 lOO 1OO l0O
===[[3 Bits, 3 Bytes]]===
Hÿ4
===[[4]]===
<pre>3.600525004</pre>
===[[8xn]]===
<pre>8x11116</pre>
===''[[99]]''===
<pre>99 99999 9999 99999 9999 99 9 99 9
99</pre>
===[[=]]===
0=+52
===[[Dead fish|><x>]]/[[Dead fish +- +.|><x±∔>]]===
iiiin
====[[Dead fish +- +.|><x±∔>]] only====
4O
===[[!中文]]===
输出“4”。
===[[大香蕉|大香蕉]]===
<pre>
大香蕉 你的感觉 大香蕉 你的感觉 大香蕉 你的感觉 你的 大香蕉 你的感觉 你的 真的很奇妙 一条大香蕉 你的感觉 你的感觉 你的感觉 大香蕉 感觉 一条大香蕉 一条大香蕉 感觉 大香蕉 飘呀飘
</pre>
===[[脑操]]===
》十》十》十(》十(一《十十十》)《《)》。
===[[硕鼠]]===
<pre class="rectwrap">
吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱
吱
吱吱吱吱
</pre>
===[[?Q?]]===
[[4]$]:
===[[AEAV]]===
<pre>xkcd = 4 (Non-random version)
out xkcd
xkcd = 1-4 (Random version)
out xkcd</pre>
===[[Aheui]]===
<pre>밤망희</pre>
===[[Amtu]]===
<pre>F 0>0>1>1>0>1>0>0h F 0>0>1>1>0>1>0>0h F 0>0>1>1>0>1>0>0h F</pre>
===[[Arithmetic]]===
<pre>
==Begin Exam 1==
1. 1+1=? (52 points)
A. 2
Answer: A
==End Exam 1==
</pre>
===[[AuFI]]===
Ru
===[[Batch]]===
<pre>
@echo off
echo 4
pause>nul
</pre>
====Alternative====
@echo off
echo 4
===[[BASE]]===
PRINT 4
===[[Beatnik]]===
<pre>Hi, XKCDsRandomNumberOKHello world.</pre>
===[[Befunge]]===
<pre>4.@</pre>
The program above prints an extra space. If you don't want an extra space, use the one below.
<pre>"4",@</pre>
===[[Bespoke]]===
<pre>Roll dice, random totally.</pre>
Alternative, using Unicode output instead of numeric output:
<pre>Get it, rolls it.
Always random.</pre>
While functions in this programming language don't "return" values, functions can have effects on the stack/heap. The first line of the following program defines a function that pushes 4 onto the stack, and the second line calls that function and prints the resulting stack value.
<pre>Returns randomly-put-out number, chosen with dice-rolling way.
Readied with the new random number, output value.</pre>
===[[BinaryLanguage]]===
4
===[[BracketOnly]]===
(()()()()()()()()()()()()()()()()()())((()())(()()()()()()(()()()())((()())(()()()()()()()()()()()()()())(()())(()()()()()()()()()()()()()()))))
Alternative:
(()()()()()()()()()()()()()()()())((()())(()()()()()()()()))
===[[Braincopter]]===
<table style="border-collapse:collapse">
<tr><td style="width:52px;height:10px;background:#fd08fd"/>
<td style="width:1px;height:10px;background:#000004"/></tr></table>
Here is the actual program:[[File:braincopter_xkcdrn.png]]
===[[Brain-Flak]]===
In non-ASCII mode:
(()()()())
In ASCII mode:
(()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()())
===[[Brainfuck]]===
<pre>>+>+>+[>+[-<+++>]<<]>.</pre>
===[[You can fuck without a brain|<strike>brain</strike>fuck]]===
++++++++++++++++++++++++++++++++++++++++++++++++++++
Note that adding a <code>.</code> in the end of program makes it a [[polyglot]], because that will make it also work as a [[brainfuck]] program.
===[[Brainfuck extended]]===
$4$.
====Alternative====
_34.
====Alternative that doesn't use any numbers at all====
////)
===[[Brainloller]]===
<table style="border-collapse:collapse">
<tr><td style="width:52px;height:10px;background:#00ff00"/>
<td style="width:1px;height:10px;background:#0000ff"/></tr></table>
Here is the actual program:[[File:Brainloller_xkcdrn.png]]
===[[C]]===
The original program mentioned on XKCD is written in C. It was a function, while the full program is shown below:
<pre>#include <stdio.h>
int main(){putchar(52);return 0;}</pre>
===C#===
<pre>
using System;
class XKCD {
static void Main(string[] args) {
Console.WriteLine("4");
}
}
</pre>
===[[Caca]]===
<pre>
cacaca52
icacac
icaca
</pre>
Alternately,
<small><pre>
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icaca
</pre></small>
===[[Cardinal]]===
<pre>%"4</pre>
===[[¢%]]===
%%¢¢ %%¢¢ ¢%%¢ ¢¢%¢ ¢%%¢ %%¢%
===[[Consequential]]===
+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>.
===[[Cood]]===
Hey, waiter!
I want 4 of this.
How much is it?
The bill, please.
===[[Deadchicken]]===
<pre>
chicken
chicken
chicken
chicken
chicken chicken chicken chicken
</pre>
===[[Deadfish]]===
iiiio
====Smaller one====
iiso
===[[dirac]]===
4I;
===[[Divmeq]]===
<pre>0: 0.25 1</pre>
</pre>
===[[Emo]]===
^o^ o~O
o^o ): :o) @~@
===[[EmojiLang (Mihai Popa)|EmojiLang]]===
<pre>
🖨️🔡4🔡
</pre>
=== [[Empty]] ===
"4:
===[[enGLish]]===
Output four
====Alternative====
Output 4
=====Alternative=====
Output "4"
<small>'''Alternative'''</small>
Output character 52
===[[Enjamb]]===
<pre>It's Random Number!
XKCD
ok</pre>
The program above may print extra whitespace characters.
===''[[ESC!]]''===
\. ; \^4\ ; \*\ ; \:
===[[Eso2D]]===
<pre>0_*</pre>
The program above prints an extra space. If you don't want an extra space, use the one below.
<pre>1,,#</pre>
===[[Esolangs.org]]===
<pre><nowiki>
{{infobox proglang
|name=getRandomNumber()
|XKCD=221
}}
'''getRandomNumber()''' guarantees a random number.
== Stats ==
Chosen by fair dice roll; guaranteed to be random as per RFC 1149.5
== Program ==
<pre><nowiki>
[[brainfuck]]
{{Load|brainfuck}}
++++++[>++++++++<-]>++++.
{{Clear}}
</nowiki></pre>
[[Category:Examples]]
</nowiki></pre>
===[[ExampleFuck]]===
<pre>
Truth Machine
Hello World
Truth Machine
Hello World
Truth Machine
Hello World
FizzBuzz
Truth Machine
Hello World
FizzBuzz
Cat Program
Quine
Hello World
Hello World
Hello World
Truth Machine
99 Bottles of Beer
Quine
Quine
99 Bottles of Beer
Truth Machine
Self Interpreter
</pre>
===[[F!--]]===
F! F! F! F! K!
===[[Factor]]===
54948677498655068263351660303957600730731029471078168023
===[[FALSE]]===
<pre>
[
4 {chosen by fair dice roll.}
{guaranteed to be random.}
]
</pre>
===[[Feedfish]]===
iififfio
===[[Fish]]===
4n;
===[[Fish Code]]===
<((52)).><
===[[flag]]===
4
===[[User:Ractangle/G Sharp|G#]]===
make main; [
print(4)
]
===[[Gift]]===
<pre>4___))(_(_(</pre>
===[[Goldfuck]]===
<pre class="rectwrap">1.618031988749844848264586834565638817720308179805762860135440622705270462818902419707207244189392137484724088075886891758126636862223536931393180080766728354433389086095939982905638327</pre>
===[[Hardfish]]===
In implementations that output values as numbers:
ico
In implementations that output values as ASCII:
icrico
===[[H+Q9]]===
+4
===[[Hats]]===
<table cellpadding=0 cellspacing=0 border=0><tr></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr></table>
===[[Hexagony]]===
<pre>4!@</pre>
===[[Hexdump]]===
34
===[[How dare you fuck the brain]]===
IIIIN
===[[Ichi]]===
<pre>4 6 8 10 0</pre>
===[[ISEW2C]]===
3 4 0 0
===JavaScript===
console.log(4);
===[[JSFuck]]===
The following is just a JSFuck.com conversion from <code>console.log(4)</code> (3326 characters long), it works on browser JS and Node.js
<pre class="rectwrap">[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+!+[]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+!+[]+[!+[]+!+[]])+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]])()(([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[+[]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]])[!+[]+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[+!+[]+[!+[]+!+[]+!+[]]]+[!+[]+!+[]+!+[]+!+[]]+([+[]]+![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[!+[]+!+[]+[+[]]])</pre>
There is also a shorter one but only works on browser JS (2359 characters, a JSFuck.com conversion from <code>alert(4)</code>).
<pre class="rectwrap">[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+!+[]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+!+[]+[!+[]+!+[]])+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]])()((![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[+!+[]+[!+[]+!+[]+!+[]]]+[!+[]+!+[]+!+[]+!+[]]+([+[]]+![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[!+[]+!+[]+[+[]]])</pre>
This is a longer one (8498 characters) that doesn't output any trailing line feeds which is a JSFuck.com conversion from <code>process.stdout.write('4')</code>, it works on Node.js.
<pre class="rectwrap">[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+!+[]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+!+[]+[!+[]+!+[]])+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]])()([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]]+((!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]]+([][[]]+[])[!+[]+!+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+([][[]]+[])[+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]]+(+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]]+[+[]]+(!![]+[])[+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]]+(!![]+[])[+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+(!![]+[])[+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]]+[+!+[]])[(![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+[+!+[]]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+!+[]+[+!+[]])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]]((!![]+[])[+[]])[([][(!![]+[])[!+[]+!+[]+!+[]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([![]]+[][[]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]](([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])+[])[+!+[]])+([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]])())</pre>
Please replace these implementations if you know a shorter one.
===[[Labyrinth]]===
<pre>4!@</pre>
===[[Length]]===
<pre>It's XKCD random number!!
XKCD
Try it out now!</pre>
===[[Look!]]===
''Note: [[Look!]] is a sound-based language and the following line of text is only the '''notes''' of the real program, for the real program please see the link below''
G# D# G D# G# C B G C F# D A C C C G# C# A A C# G F
[https://github.com/none-None1/Look/raw/main/examples/xkcd_random_number.mid The program] as a MIDI file.
===[[MarioLANG]]===
<pre>++++:
=====</pre>
===[[MEMORYLEEK]]===
<pre>[chosen by fair dice roll]
[guaranteed to be random]
!4;
point remove;
#remove; :remove;</pre>
===[[MoreMathRPN]]===
4
outputV
"choosen by fair dice roll.
"guaranteed to be random.
===[[morse code]]===
<pre> ....-</pre>
Note: Space in front of returning text.
===[[Multiplicity]]===
417744685118879731600506117375719540878173341042907821182687827362162871106962918226728766784177853000
===[[NeverGonna]]===
i just wanna tell you "4"
===[[NS!]]===
5A*2+#
===[[Nulla]]===
<pre>AkkY.huh</pre>
When converted, becomes:
<pre>000 000 100 100 100 100 011 000</pre>
Decoded:
<pre>0 PSZ INC INC INC INC OUT PSZ</pre>
The final <code>PSZ</code> is superfluous.
===[[Odasjoi]]===
fowdif
fowdif
fowdif
fowdif
doqije
===[[oOo CODE]]===
xkcD rAndoM nUmbeR iS a ChallEnGe ThAt reqUIrES yOU tO rewrITe tHe pRoGRam iN Xkcd's 221st page in another language
It's self-documenting.
===[[Output]]===
Output "4"
===[[Piet]]===
<table style="border-collapse:collapse;"><tr><td style="width:1ex;height:1ex;background:#ffc0c0;"/><td style="width:1ex;height:1ex;background:#ffc0c0;"/><td style="width:1ex;height:1ex;background:#ff0000;"/><td style="width:1ex;height:1ex;background:#ff0000;"/><td style="width:1ex;height:1ex;background:#c000c0;"/></tr><tr><td style="width:1ex;height:1ex;background:#ffc0c0;"/><td style="width:1ex;height:1ex;background:#ffc0c0;"/><td style="width:1ex;height:1ex;background:#000000;"/><td style="width:1ex;height:1ex;background:#c000c0;"/><td style="width:1ex;height:1ex;background:#c000c0;"/></tr></table>
===[[PlusIntMinus]]===
Although the [[PlusOrMinus]] program will still work for this language, this is a shorter one that only works on [[PlusIntMinus]].
+52-
===[[PlusOrMinus]]===
++++++++++++++++++++++++++++++++++++++++++++++++++++-
===[[PocketFuck]]===
{{EnlargeImage|Pocketfuck_xkcdrn.png}}
===[[Poetic]]===
By [[User:XKCD Random Number]]:
<pre>Pre crecas condominolovium seclosoponiat exelglios egumbo
e arbi-brimidozoque fiene a parp-en inbidee nonquaeson!</pre>
By [[User:None1]]:
<pre>XKCD Challenge
I was a mouse.
A bad rodent indeed.
I am cats' supper.
Never seeing bright light.
Don't be a Befunge programmer.
Or you'll be like me.</pre>
===[[PopFuck]]===
<pre>00000++></pre>
===[[PTotE]]===
Tc
===[[Python]]===
print(4)
====Alternatives====
__import__("sys").stdout.write("4")
print(4,end<nowiki>='</nowiki>')
<pre>
from random import randint
x = 0
while x != 4:
x = randint(1, 6)
print(x)
</pre>
=== [[Rec]] ===
<pre>
4P [0^ Chosen by fair dice roll.
Guaranteed to be random. ]
</pre>
===[[Reflecto]]===
<pre>
4#E
chosen by fair dice roll.
guaranteed to be random.
</pre>
===[[Remove Line Numbers]]===
1 4
===[[Rockstar]]===
<pre>The truth is random (chosen by fair dice roll)
Looking is not useful
Xkcd is a blessing (guaranteed to be random)
Say the truth without looking over it.</pre>
===[[Ropy]]===
This program uses implicit output. There is a trailing newline.
<pre>4</pre>
===[[Ruckfish]]===
<pre>iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii</pre>
===[[SDOTOS]]===
<pre>ssss!</pre>
===[[Sakana]]===
<pre>ラ空増増乗#Chosen by fair dice roll.##guarenteed to be random.#作ラ出</pre>
===[[Setlang]]===
(4)
Which also works as a [[Setlang++]] program.
===[[Self-modifying Brainfuck]]===
<.4
===[[Shinda Sakana]]===
<pre>増増乗出</pre>
===[[Simon says brainfuck]]===
<pre>
Simon says: >+>+>+[>+[-<+++>]<<]>.
Chosen by fair dice roll.
Guaranteed to be random.
</pre>
===[[Slam]]===
<pre>Hi hi hi hi hi
XKCD
RandomNumber! OK</pre>
The program above ''may'' print extra whitespace characters. If you do not want extra whitespace characters, use this one below.
<pre>Hi hi hi hi hi
XKCD RandomNumber!
Yay yay yay</pre>
===[[Sokolang]]===
<pre>
// Chosen by fair dice roll.
// Guaranteed to be random.
###
##*##
#@R*#
#####
---
r:11,4
---
rwu
</pre>
===[[中文|Standard modern vernacular]]===
<pre>
输出 4 。
</pre>
===[[Stars]]===
<pre>* ***** * ****** ***** ** *** ***** ** *** ***** ** *** ***** ** ****** **** **** ****</pre>
===[[StegFuck]]===
[[File:Stegfuck_xkcdrn.png]]
===[[TernLSB]]===
[[File:Ternlsb_xkcdrn.png]]
===[[TESTLANG]]===
push 4 push out
====Same thing but without numbers====
push char 52 push out
===[[Text]]===
<pre>4</pre>
===[[This esolang is a brainfuck derivative]]===
<pre>
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainf*** derivative
chosen by fair dice roll
guarranteed to be random
</pre>
''Note: the three stars in the program are '''MANDATORY''', while the last two lines are '''not'''.''
(brainfuck: ++++++++++++++++++++++++++++++++++++++++++++++++++++.)
===[[This esolang is not a push-down automata]]===
4.
===[[Three Star Programmer]]===
0 4 4 4 1 1 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 4
===[[Tile]]===
[[File:Tile_xkcd_randomnumber.png|frameless]]
===[[Trampolines]]===
<pre>|o#
|4#
|;#
|##</pre>
===[[true]]===
4.
===[[Txet]]===
d4`4
===[[UnnumericJS]]===
<nowiki>console.log(!''+!''+!''+!'');</nowiki>
===[[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]]===
<pre>
Start epidemic
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Check number of infections
Delevop vaccine
</pre>
===[[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic]]===
print "4"
Which also works when running on [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] or [[Python]] 2.
A commented version, that only works in this language, is as follows:
print "4"
Start epidemic chosen by fair dice roll
Delevop vaccine guarranteed to be random
===[[wenyan]]===
吾有一數。曰四。書之。
===[[Whendo]]===
a==0=>a+=4->a
===[[wsad]]===
wwwwwwwwas
===[[X strike]]===
X!×4
x^-1×0×0
==External resources==
* [http://xkcd.com/221 The original program] on XKCD
[[Category:Program forms]]' |
New page wikitext, after the edit (new_wikitext) | '{{distinguish/Confusion|Random number generator}}
'''XKCD Random Number''' is a challenge that requires you to rewrite the program in XKCD's 221st page in another language, as either a function or a full program that prints the return value. You may comment your program just like XKCD did, if possible.
Or in other words: This program simply outputs 4.
==Implementations==
===[[!!brainfeed]]===
++++.
===[[!!Fuck]]===
<pre class="rectwrap">
!!!!!#!!!!!!!#!!!!!#!!!!!!!#!!!!!#!!!!!!!#!!!!!!!!!!!#!!!!!#!!!!!!!#!!!!!!!!!!!#!!!!!!!!#!!!!!!#!!!!!!!#!!!!!!!#!!!!!!!#!!!!!#!!!!!!!!!!!!#!!!!!!#!!!!!!#!!!!!!!!!!!!#!!!!!#!!!!!!!!!!#
</pre>
===[[!@$%^&*()+|!@#$%^&*()_+]]===
<pre>4@</pre>
====Alternative====
^^^^#
===[[$!]]===
<pre>!$$</pre>
===[[$+-?]]===
<pre>$++++++++++A?b$+++++$-aB$++</pre>
===[[+]]===
++++
===[[+++]]===
4 !
===[[1]]===
4111*,
It only works on the Common1 dialect of 1.
===[[100BF]]===
1OO 100 1OO 100 1OO 100 lO0 1OO 100 lO0 10O 1O0 100 100 100 1OO lOO 1O0 1O0 lOO 1OO l0O
===[[3 Bits, 3 Bytes]]===
Hÿ4
===[[4]]===
<pre>3.600525004</pre>
===[[8xn]]===
<pre>8x11116</pre>
===''[[99]]''===
<pre>99 99999 9999 99999 9999 99 9 99 9
99</pre>
===[[=]]===
0=+52
===[[Dead fish|><x>]]/[[Dead fish +- +.|><x±∔>]]===
iiiin
====[[Dead fish +- +.|><x±∔>]] only====
4O
===[[!中文]]===
输出“4”。
===[[大香蕉|大香蕉]]===
<pre>
大香蕉 你的感觉 大香蕉 你的感觉 大香蕉 你的感觉 你的 大香蕉 你的感觉 你的 真的很奇妙 一条大香蕉 你的感觉 你的感觉 你的感觉 大香蕉 感觉 一条大香蕉 一条大香蕉 感觉 大香蕉 飘呀飘
</pre>
===[[脑操]]===
》十》十》十(》十(一《十十十》)《《)》。
===[[硕鼠]]===
<pre class="rectwrap">
吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱吱
吱
吱吱吱吱
</pre>
===[[?Q?]]===
[[4]$]:
===[[AEAV]]===
<pre>xkcd = 4 (Non-random version)
out xkcd
xkcd = 1-4 (Random version)
out xkcd</pre>
===[[Aheui]]===
<pre>밤망희</pre>
===[[Amtu]]===
<pre>F 0>0>1>1>0>1>0>0h F 0>0>1>1>0>1>0>0h F 0>0>1>1>0>1>0>0h F</pre>
===[[Arithmetic]]===
<pre>
==Begin Exam 1==
1. 1+1=? (52 points)
A. 2
Answer: A
==End Exam 1==
</pre>
===[[AuFI]]===
Ru
===[[Batch]]===
<pre>
@echo off
echo 4
pause>nul
</pre>
====Alternative====
@echo off
echo 4
===[[BASE]]===
PRINT 4
===[[Beatnik]]===
<pre>Hi, XKCDsRandomNumberOKHello world.</pre>
===[[Befunge]]===
<pre>4.@</pre>
The program above prints an extra space. If you don't want an extra space, use the one below.
<pre>"4",@</pre>
===[[Bespoke]]===
<pre>Roll dice, random totally.</pre>
Alternative, using Unicode output instead of numeric output:
<pre>Get it, rolls it.
Always random.</pre>
While functions in this programming language don't "return" values, functions can have effects on the stack/heap. The first line of the following program defines a function that pushes 4 onto the stack, and the second line calls that function and prints the resulting stack value.
<pre>Returns randomly-put-out number, chosen with dice-rolling way.
Readied with the new random number, output value.</pre>
===[[BinaryLanguage]]===
4
===[[BracketOnly]]===
(()()()()()()()()()()()()()()()()()())((()())(()()()()()()(()()()())((()())(()()()()()()()()()()()()()())(()())(()()()()()()()()()()()()()()))))
Alternative:
(()()()()()()()()()()()()()()()())((()())(()()()()()()()()))
===[[Braincopter]]===
<table style="border-collapse:collapse">
<tr><td style="width:52px;height:10px;background:#fd08fd"/>
<td style="width:1px;height:10px;background:#000004"/></tr></table>
Here is the actual program:[[File:braincopter_xkcdrn.png]]
===[[Brain-Flak]]===
In non-ASCII mode:
(()()()())
In ASCII mode:
(()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()())
===[[Brainfuck]]===
<pre>>+>+>+[>+[-<+++>]<<]>.</pre>
===[[You can fuck without a brain|<strike>brain</strike>fuck]]===
++++++++++++++++++++++++++++++++++++++++++++++++++++
Note that adding a <code>.</code> in the end of program makes it a [[polyglot]], because that will make it also work as a [[brainfuck]] program.
===[[Brainfuck extended]]===
$4$.
====Alternative====
_34.
====Alternative that doesn't use any numbers at all====
////)
===[[Brainloller]]===
<table style="border-collapse:collapse">
<tr><td style="width:52px;height:10px;background:#00ff00"/>
<td style="width:1px;height:10px;background:#0000ff"/></tr></table>
Here is the actual program:[[File:Brainloller_xkcdrn.png]]
===[[C]]===
The original program mentioned on XKCD is written in C. It was a function, while the full program is shown below:
<pre>#include <stdio.h>
int main(){putchar(52);return 0;}</pre>
===C#===
<pre>
using System;
class XKCD {
static void Main(string[] args) {
Console.WriteLine("4");
}
}
</pre>
===[[Caca]]===
<pre>
cacaca52
icacac
icaca
</pre>
Alternately,
<small><pre>
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icacac
icaca
</pre></small>
===[[Cardinal]]===
<pre>%"4</pre>
===[[¢%]]===
%%¢¢ %%¢¢ ¢%%¢ ¢¢%¢ ¢%%¢ %%¢%
===[[Consequential]]===
+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>+>>.
===[[Cood]]===
Hey, waiter!
I want 4 of this.
How much is it?
The bill, please.
===[[Deadchicken]]===
<pre>
chicken
chicken
chicken
chicken
chicken chicken chicken chicken
</pre>
===[[Deadfish]]===
iiiio
====Smaller one====
iiso
===[[dirac]]===
4I;
===[[Divmeq]]===
<pre>0: 0.25 1</pre>
</pre>
===[[Emo]]===
^o^ o~O
o^o ): :o) @~@
===[[EmojiLang (Mihai Popa)|EmojiLang]]===
<pre>
🖨️🔡4🔡
</pre>
=== [[Empty]] ===
"4:
===[[enGLish]]===
Output four
====Alternative====
Output 4
=====Alternative=====
Output "4"
<small>'''Alternative'''</small>
Output character 52
===[[Enjamb]]===
<pre>It's Random Number!
XKCD
ok</pre>
The program above may print extra whitespace characters.
===''[[ESC!]]''===
\. ; \^4\ ; \*\ ; \:
===[[Eso2D]]===
<pre>0_*</pre>
The program above prints an extra space. If you don't want an extra space, use the one below.
<pre>1,,#</pre>
===[[Esolangs.org]]===
<pre><nowiki>
{{infobox proglang
|name=getRandomNumber()
|XKCD=221
}}
'''getRandomNumber()''' guarantees a random number.
== Stats ==
Chosen by fair dice roll; guaranteed to be random as per RFC 1149.5
== Program ==
<pre><nowiki>
[[brainfuck]]
{{Load|brainfuck}}
++++++[>++++++++<-]>++++.
{{Clear}}
</nowiki></pre>
[[Category:Examples]]
</nowiki></pre>
===[[ExampleFuck]]===
<pre>
Truth Machine
Hello World
Truth Machine
Hello World
Truth Machine
Hello World
FizzBuzz
Truth Machine
Hello World
FizzBuzz
Cat Program
Quine
Hello World
Hello World
Hello World
Truth Machine
99 Bottles of Beer
Quine
Quine
99 Bottles of Beer
Truth Machine
Self Interpreter
</pre>
===[[F!--]]===
F! F! F! F! K!
===[[Factor]]===
54948677498655068263351660303957600730731029471078168023
===[[FALSE]]===
<pre>
[
4 {chosen by fair dice roll.}
{guaranteed to be random.}
]
</pre>
===[[Feedfish]]===
iififfio
===[[Fish]]===
4n;
===[[Fish Code]]===
<((52)).><
===[[flag]]===
4
===[[User:Ractangle/G Sharp|G#]]===
make main; [
print(4)
]
===[[Gift]]===
<pre>4___))(_(_(</pre>
===[[Goldfuck]]===
<pre class="rectwrap">1.618031988749844848264586834565638817720308179805762860135440622705270462818902419707207244189392137484724088075886891758126636862223536931393180080766728354433389086095939982905638327</pre>
===[[Hardfish]]===
In implementations that output values as numbers:
ico
In implementations that output values as ASCII:
icrico
===[[H+Q9]]===
+4
===[[Hats]]===
<table cellpadding=0 cellspacing=0 border=0><tr></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(256,256,256)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td><td style="width:10px;height:10px;background:rgb(0,0,0)"></td></tr><tr></table>
===[[Hexagony]]===
<pre>4!@</pre>
===[[Hexdump]]===
34
===[[How dare you fuck the brain]]===
IIIIN
===[[Ichi]]===
<pre>4 6 8 10 0</pre>
===[[ISEW2C]]===
3 4 0 0
===JavaScript===
console.log(4);
===[[JSFuck]]===
The following is just a JSFuck.com conversion from <code>console.log(4)</code> (3326 characters long), it works on browser JS and Node.js
<pre class="rectwrap">[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+!+[]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+!+[]+[!+[]+!+[]])+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]])()(([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[+[]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]])[!+[]+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[+!+[]+[!+[]+!+[]+!+[]]]+[!+[]+!+[]+!+[]+!+[]]+([+[]]+![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[!+[]+!+[]+[+[]]])</pre>
There is also a shorter one but only works on browser JS (2359 characters, a JSFuck.com conversion from <code>alert(4)</code>).
<pre class="rectwrap">[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+!+[]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+!+[]+[!+[]+!+[]])+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]])()((![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[+!+[]+[!+[]+!+[]+!+[]]]+[!+[]+!+[]+!+[]+!+[]]+([+[]]+![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[!+[]+!+[]+[+[]]])</pre>
This is a longer one (8498 characters) that doesn't output any trailing line feeds which is a JSFuck.com conversion from <code>process.stdout.write('4')</code>, it works on Node.js.
<pre class="rectwrap">[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+!+[]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+!+[]+[!+[]+!+[]])+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]])()([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]]+((!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]]+([][[]]+[])[!+[]+!+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+([][[]]+[])[+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]]+(+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]]+[+[]]+(!![]+[])[+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]]+(!![]+[])[+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]+!+[]+!+[]]+(!![]+[])[+[]]+[!+[]+!+[]+!+[]+!+[]+!+[]]+[+!+[]])[(![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+[+!+[]]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+!+[]+[+!+[]])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]]((!![]+[])[+[]])[([][(!![]+[])[!+[]+!+[]+!+[]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([![]]+[][[]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]](([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])+[])[+!+[]])+([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]])())</pre>
Please replace these implementations if you know a shorter one.
===[[Labyrinth]]===
<pre>4!@</pre>
===[[Length]]===
<pre>It's XKCD random number!!
XKCD
Try it out now!</pre>
===[[Look!]]===
''Note: [[Look!]] is a sound-based language and the following line of text is only the '''notes''' of the real program, for the real program please see the link below''
G# D# G D# G# C B G C F# D A C C C G# C# A A C# G F
[https://github.com/none-None1/Look/raw/main/examples/xkcd_random_number.mid The program] as a MIDI file.
===[[MarioLANG]]===
<pre>++++:
=====</pre>
===[[MEMORYLEEK]]===
<pre>[chosen by fair dice roll]
[guaranteed to be random]
!4;
point remove;
#remove; :remove;</pre>
===[[MoreMathRPN]]===
4
outputV
"choosen by fair dice roll.
"guaranteed to be random.
===[[morse code]]===
<pre> ....-</pre>
Note: Space in front of returning text.
===[[Multiplicity]]===
417744685118879731600506117375719540878173341042907821182687827362162871106962918226728766784177853000
===[[NeverGonna]]===
i just wanna tell you "4"
===[[NS!]]===
5A*2+#
===[[Nulla]]===
<pre>AkkY.huh</pre>
When converted, becomes:
<pre>000 000 100 100 100 100 011 000</pre>
Decoded:
<pre>0 PSZ INC INC INC INC OUT PSZ</pre>
The final <code>PSZ</code> is superfluous.
===[[Odasjoi]]===
fowdif
fowdif
fowdif
fowdif
doqije
===[[oOo CODE]]===
xkcD rAndoM nUmbeR iS a ChallEnGe ThAt reqUIrES yOU tO rewrITe tHe pRoGRam iN Xkcd's 221st page in another language
It's self-documenting.
===[[Output]]===
Output "4"
===[[Piet]]===
<table style="border-collapse:collapse;"><tr><td style="width:1ex;height:1ex;background:#ffc0c0;"/><td style="width:1ex;height:1ex;background:#ffc0c0;"/><td style="width:1ex;height:1ex;background:#ff0000;"/><td style="width:1ex;height:1ex;background:#ff0000;"/><td style="width:1ex;height:1ex;background:#c000c0;"/></tr><tr><td style="width:1ex;height:1ex;background:#ffc0c0;"/><td style="width:1ex;height:1ex;background:#ffc0c0;"/><td style="width:1ex;height:1ex;background:#000000;"/><td style="width:1ex;height:1ex;background:#c000c0;"/><td style="width:1ex;height:1ex;background:#c000c0;"/></tr></table>
===[[PlusIntMinus]]===
Although the [[PlusOrMinus]] program will still work for this language, this is a shorter one that only works on [[PlusIntMinus]].
+52-
===[[PlusOrMinus]]===
++++++++++++++++++++++++++++++++++++++++++++++++++++-
===[[PocketFuck]]===
{{EnlargeImage|Pocketfuck_xkcdrn.png}}
===[[Poetic]]===
By [[User:XKCD Random Number]]:
<pre>Pre crecas condominolovium seclosoponiat exelglios egumbo
e arbi-brimidozoque fiene a parp-en inbidee nonquaeson!</pre>
By [[User:None1]]:
<pre>XKCD Challenge
I was a mouse.
A bad rodent indeed.
I am cats' supper.
Never seeing bright light.
Don't be a Befunge programmer.
Or you'll be like me.</pre>
===[[PopFuck]]===
<pre>00000++></pre>
===[[PTotE]]===
Tc
===[[Python]]===
print(4)
====Alternatives====
__import__("sys").stdout.write("4")
print(4,end<nowiki>='</nowiki>')
<pre>
from random import randint
x = 0
while x != 4:
x = randint(1, 6)
print(x)
</pre>
=== [[Rec]] ===
<pre>
4P [0^ Chosen by fair dice roll.
Guaranteed to be random. ]
</pre>
===[[Reflecto]]===
<pre>
4#E
chosen by fair dice roll.
guaranteed to be random.
</pre>
===[[Remove Line Numbers]]===
1 4
===[[Rockstar]]===
<pre>The truth is random (chosen by fair dice roll)
Looking is not useful
Xkcd is a blessing (guaranteed to be random)
Say the truth without looking over it.</pre>
===[[Ropy]]===
This program uses implicit output. There is a trailing newline.
<pre>4</pre>
===[[Ruckfish]]===
<pre>iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii</pre>
===[[SDOTOS]]===
<pre>ssss!</pre>
===[[Sakana]]===
<pre>ラ空増増乗#Chosen by fair dice roll.##guarenteed to be random.#作ラ出</pre>
===[[Setlang]]===
(4)
Which also works as a [[Setlang++]] program.
===[[Self-modifying Brainfuck]]===
<.4
===[[Shinda Sakana]]===
<pre>増増乗出</pre>
===[[Simon says brainfuck]]===
<pre>
Simon says: >+>+>+[>+[-<+++>]<<]>.
Chosen by fair dice roll.
Guaranteed to be random.
</pre>
===[[Slam]]===
<pre>Hi hi hi hi hi
XKCD
RandomNumber! OK</pre>
The program above ''may'' print extra whitespace characters. If you do not want extra whitespace characters, use this one below.
<pre>Hi hi hi hi hi
XKCD RandomNumber!
Yay yay yay</pre>
===[[Sokolang]]===
<pre>
// Chosen by fair dice roll.
// Guaranteed to be random.
###
##*##
#@R*#
#####
---
r:11,4
---
rwu
</pre>
===[[中文|Standard modern vernacular]]===
<pre>
输出 4 。
</pre>
===[[Stars]]===
<pre>* ***** * ****** ***** ** *** ***** ** *** ***** ** *** ***** ** ****** **** **** ****</pre>
===[[StegFuck]]===
[[File:Stegfuck_xkcdrn.png]]
===[[TernLSB]]===
[[File:Ternlsb_xkcdrn.png]]
===[[TESTLANG]]===
push 4 push out
====Same thing but without numbers====
push char 52 push out
===[[Text]]===
<pre>4</pre>
===[[This esolang is a brainfuck derivative]]===
<pre>
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainfuck derivative
This esolang is a brainf*** derivative
chosen by fair dice roll
guarranteed to be random
</pre>
''Note: the three stars in the program are '''MANDATORY''', while the last two lines are '''not'''.''
(brainfuck: ++++++++++++++++++++++++++++++++++++++++++++++++++++.)
===[[This esolang is not a push-down automata]]===
4.
===[[Three Star Programmer]]===
0 4 4 4 1 1 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 4
===[[Tile]]===
[[File:Tile_xkcd_randomnumber.png|frameless]]
===[[tommyaweosme's harmonica]]]===
1B 1B 2B 1B 2B 1B 2B 1B 2B 1B 1D 1B
===[[Trampolines]]===
<pre>|o#
|4#
|;#
|##</pre>
===[[true]]===
4.
===[[Txet]]===
d4`4
===[[UnnumericJS]]===
<nowiki>console.log(!''+!''+!''+!'');</nowiki>
===[[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]]===
<pre>
Start epidemic
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Infect person
Check number of infections
Delevop vaccine
</pre>
===[[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic]]===
print "4"
Which also works when running on [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] or [[Python]] 2.
A commented version, that only works in this language, is as follows:
print "4"
Start epidemic chosen by fair dice roll
Delevop vaccine guarranteed to be random
===[[wenyan]]===
吾有一數。曰四。書之。
===[[Whendo]]===
a==0=>a+=4->a
===[[wsad]]===
wwwwwwwwas
===[[X strike]]===
X!×4
x^-1×0×0
==External resources==
* [http://xkcd.com/221 The original program] on XKCD
[[Category:Program forms]]' |