code highlight
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;
}
Comments
Leave a Reply