0

Init project

This commit is contained in:
2017-04-01 20:59:00 +03:00
commit 6e4a69df97
3 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/*
* DmitriyMX <dimon550@gmail.com>
* 2017-04-01
*/
package kinosearch.kinosearch3;
import org.slf4j.LoggerFactory;
public class Main {
public static void main(String[] args) {
LoggerFactory.getLogger("main").info("hello");
}
}