Commit 0fa47192 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Comment added

parent 776dda80
......@@ -10,6 +10,7 @@ public class App {
System.err.println("Please provide an input!");
System.exit(0);
}
// This is a comment
System.out.println(sha256hex(args[0]));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment