diff --git a/tests/Test.java b/tests/Test.java index 073e807..83d046c 100755 --- a/tests/Test.java +++ b/tests/Test.java @@ -7,7 +7,8 @@ class Test { public static void main(String args[]) { + // just testing stuffs !!! System.out.println("[+] Hello, World on JAVA!"); System.out.println("[+] Wow Cyclop is working very Well Right !?"); } -} \ No newline at end of file +}