Jump to content

Print itself: Difference between revisions

add Ruby
(Added Ada solution)
(add Ruby)
Line 266:
fclose(fp)
</pre>
 
=={{header|Ruby}}==
<syntaxhighlight lang="ruby">
puts File.read(__FILE__)
</syntaxhighlight>
 
=={{header|Wren}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.