Difference between revisions of "User:DBrettle"

From Deep Blue Robotics Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
'''''Test''''' '''content'''.
 
'''''Test''''' '''content'''.
  
 
+
<syntaxhighlight lang=c>
 
+
int main()
{{#widget:Google Calendar
+
{
|id=si8ocqn3duj6f8int3h57jm8qeunplut@import.calendar.google.com
+
printf ("Hello world!");
|color=528800
+
return 0;
|id=p2m2av9dhrh4n1ub7jlsc68s7o@group.calendar.google.com
+
}
|color=2952A3
+
</syntaxhighlight>
|id=usa@holiday.calendar.google.com
+
|color=B1440E
+
|title=TechPresentations, NYCResistor, US Holidays
+
}}
+

Latest revision as of 06:10, 6 October 2016

Test content.

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