mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-08 08:25:19 +00:00
Create a test main file.
This commit is contained in:
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!");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user