User:Kibje: Difference between revisions

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

Latest revision as of 12:55, 10 July 2018

Boo!