July 27, 2004 | GPL Compliance for Software Developers | The driver |
import org.novalis.example.Triangle;
public class TestTriangle { public static void main (String [] argv) {
int n = Integer.parseInt (argv [0]);
Triangle.triangle (n); } }
Next: Compiling, packaging, and running Previous Top |
![]() |
Copyright © 2004, Free Software Foundation. Verbatim copying permitted provided this notice is preserved. |