Problem Solution Template: Difference between revisions
Jump to navigation
Jump to search
imported>Rubens No edit summary |
imported>Rubens No edit summary |
||
Line 6: | Line 6: | ||
=== Idea === | === Idea === | ||
I had an idea! | |||
=== How to === | === How to === | ||
I wrote a code! | |||
=== Solution - *Language X* === | === Solution - *Language X* === | ||
Line 21: | Line 25: | ||
== Super Epic Fails == | == Super Epic Fails == | ||
I am a turtle! |
Revision as of 01:38, 11 November 2014
Introduction
Difficulty
Solution N (by X)
Idea
I had an idea!
How to
I wrote a code!
Solution - *Language X*
1 #include <stdio.h> 2 3 int main() 4 { 5 printf ("Hello Word!"); 6 return 0; 7 }
Super Epic Fails
I am a turtle!