|
What this is
Other links
The source code
package org.me.extapp;
import org.me.mylib.LibClass;
public class Main {
public static void main(String[] args) {
String result = LibClass.acrostic(args);
System.out.println("Result: " + result);
}
}
|
Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com