Added gitignore
This commit is contained in:
Ashish Trivedi
2020-07-19 16:19:01 +05:30
parent bf01f3e68b
commit 58e3fbfc6a
3 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package com.ashishtrivedi16.transactionscript;
public class App {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}