Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# template

//Declare what you are using
using System;

//Creates a public class					
public class Program
{
	public static void Main()
	{
		//code
	}
}
 
PREVIOUS NEXT
Tagged: #template
ADD COMMENT
Topic
Name
6+4 =