Modulinos: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
Alextretyak (talk | contribs)
Added 11l
Line 10:
: '''The task [[Executable library]] is written to replace this task.''' ''This task's future is in doubt as its aims are not clear enough.''
<br><br>
 
=={{header|11l}}==
<lang 11l>F meaning_of_life()
R ‘*’.code
 
:start:
print(‘Main: The meaning of life is #.’.format(meaning_of_life()))</lang>
 
=={{header|C}}==