commit 7c080022a1b4f8ad56f50b54207753b4add61efd Author: Matin Date: Tue Apr 14 22:15:51 2026 +0430 hello diff --git a/helloworld.java b/helloworld.java new file mode 100644 index 0000000..59b0229 --- /dev/null +++ b/helloworld.java @@ -0,0 +1,13 @@ +import java.util.Scanner; +import java.util.ArrayList ; +import java.util.List ; + +public class helloworld +{ + + + public static void main(String[] args) { + Scanner input = new Scanner(System.in); + System.out.println("hello world !"); + } +}