User:Kibje: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
m (Replaced content with "Boo!")
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<syntaxhighlight lang="c">
Boo!
#include <stdio.h>
int main()
{
printf ("Hello world!");
return 0;
}
</syntaxhighlight>

Latest revision as of 12:55, 10 July 2018

Boo!