DPress

Blog Sub Title

Blog Simple Descn

Posts tagged: c-sharp

code highlight

written by vicalloy, on 2009-06-01 03:49:13

This is a test file to insure that everything is working well.

function test() : String
{
  return 10;
}

just a test.

 

function test() : String 
{  
    return 10;
}
just a test.

#include <stdio.h>
int main()
{
    return 0;
}