(Created page with "<math>\sigma n</math>")
 
Line 1: Line 1:
<math>\sigma n</math>
+
<code>
 +
#include<stdio.h>
 +
int main()
 +
{
 +
int a;
 +
  a = 8;
 +
}
 +
 
 +
</code>

Revision as of 20:52, 15 November 2013

  1. include<stdio.h>

int main() {

int a;
  a = 8;

}

  1. include<stdio.h>

int main() {

int a;
  a = 8;

}