forked from I2P_Developers/i2p.i2p
Added apps/q - the Q distributed file store framework, by aum
This commit is contained in:
17
apps/q/java/src/net/i2p/aum/helloworld.java
Normal file
17
apps/q/java/src/net/i2p/aum/helloworld.java
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
public class helloworld
|
||||
{
|
||||
public static void main(String [] args)
|
||||
{
|
||||
helloworld h = new helloworld();
|
||||
h.greet();
|
||||
}
|
||||
|
||||
public void greet()
|
||||
{
|
||||
System.out.println("Hi, this is your greeting");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user