mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-05 02:09:53 -08:00
Create a test main file.
This commit is contained in:
parent
cb24a72667
commit
cb14239b95
9
src/org/nwapw/abacus/Abacus.java
Normal file
9
src/org/nwapw/abacus/Abacus.java
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
package org.nwapw.abacus;
|
||||||
|
|
||||||
|
public class Abacus {
|
||||||
|
|
||||||
|
public static void main(String[] args){
|
||||||
|
System.out.println("Hello world!");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user