summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/plugin/qemu/App.java
blob: ce6e7e12b60b27c1b4fd142f7f671a7b35473927 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package org.openslx.runvirt.plugin.qemu;

/**
 * Hello world!
 */
public class App
{
	public static void main( String[] args )
	{
		System.out.println( "Hello World!" );
	}
}