diff --git a/Sample.java b/Sample.java new file mode 100644 index 0000000..3bca86f --- /dev/null +++ b/Sample.java @@ -0,0 +1,6 @@ +import java.util.* +public class Sample{ + public static void main(String args[]){ + System.out.println("hello hacktoberfest"); + } +} diff --git a/vansh.py b/vansh.py new file mode 100644 index 0000000..97d6fb2 --- /dev/null +++ b/vansh.py @@ -0,0 +1 @@ +print("hello everyone")