PageRenderTime 14ms CodeModel.GetById 8ms app.highlight 5ms RepoModel.GetById 0ms app.codeStats 0ms

/.metadata/.plugins/org.eclipse.core.resources/.history/54/100b79547aa3001e1dff9ae635b3e1ee

https://bitbucket.org/fixpoint/connexion
#! | 11 lines | 9 code | 2 blank | 0 comment | 0 complexity | c732333987b63bec5c533e0aaa31f2e1 MD5 | raw file
 1package info.reflectionsofmind.connexion.launcher.cli;
 2
 3import info.reflectionsofmind.connexion.platform.cli.CommandLineRoot;
 4
 5public class Launcher
 6{
 7	public static void main(final String[] args)
 8	{
 9		new CommandLineRoot();
10	}
11}