Difference between revisions of "User:DBrettle"

From Deep Blue Robotics Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
'''''Test''''' '''content'''.
 
'''''Test''''' '''content'''.
  
 
+
<syntaxhighlight lang=c>
 
+
int main()
This is <u>WYWSIWIG</u>.
+
{
 
+
printf ("Hello world!");
&nbsp;
+
return 0;
 +
}
 +
</syntaxhighlight>

Latest revision as of 06:10, 6 October 2016

Test content.

int main()
{
	printf ("Hello world!");
	return 0;
}