Rosetta Code/Find bare lang tags: Difference between revisions

m
removed broken C (not a real solution, but an artifact of the AutoHotkey)
m (removed broken AutoHotkey)
m (removed broken C (not a real solution, but an artifact of the AutoHotkey))
Line 26:
 
For more extra credit, use the [http://rosettacode.org/mw/api.php Media Wiki API] to test actual RC tasks.
 
=={{header|C}}==
<lang C>printf("Hello world!\n");</lang>
 
=={{header|Perl}}==