HelloWorld program


public class HelloWorld
{
public static void main(String args[])
{
System.out.println("HELLO FAHIM");
}
}

Comments

Popular posts from this blog

GL_QUAD_STRIP Example In OpenGl

GL_TRIANGLE_FAN Example In OpenGl