1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-11-04 18:08:31 -08:00

Create a test main file.

This commit is contained in:
Danila Fedorin 2017-07-24 10:04:00 -07:00
parent cb24a72667
commit cb14239b95

View File

@ -0,0 +1,9 @@
package org.nwapw.abacus;
public class Abacus {
public static void main(String[] args){
System.out.println("Hello world!");
}
}