Empty program: Difference between revisions

m
(Add bruijn)
Line 340:
 
=={{header|Bruijn}}==
The smallest program in bruijn is the the identity function (\x.x) and returns its input:
 
<syntaxhighlight>main [0]</syntaxhighlight>
55

edits