git-subtree-dir: H05 git-subtree-split: c119d39737fae16eebf33ce2a331e7365f776a50
15 lines
292 B
Java
15 lines
292 B
Java
package h05;
|
|
|
|
/**
|
|
* Main entry point in executing the program.
|
|
*/
|
|
public class Main {
|
|
/**
|
|
* Main entry point in executing the program.
|
|
*
|
|
* @param args program arguments, currently ignored
|
|
*/
|
|
public static void main(String[] args) {
|
|
// TODO: H5.6
|
|
}
|
|
}
|