mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 20:58:35 +00:00
9 lines
145 B
Java
9 lines
145 B
Java
package com.iluwatar;
|
|
|
|
public class App {
|
|
|
|
public static void main( String[] args ) {
|
|
System.out.println( "Hello World!" );
|
|
}
|
|
}
|