public class Main
extends Object
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Basic main program.
|
public static void main(String[] args)
public static void main(String[] args) { EncryptedMessageApp app = new EncryptedMessageApp(); app.run(); }
args
- a list of program arguments (command line), not used