hello groovy

This commit is contained in:
Zlatin Balevsky
2018-07-09 21:17:20 +01:00
parent b8ed36a1fd
commit 764de8d3ad
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.muwire.hostcache
public class HostCache {
public static void main(String[] args) {
print "Hello world"
}
}