Commit 8b328c97 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Comment changed

parent 0fa47192
...@@ -10,7 +10,7 @@ public class App { ...@@ -10,7 +10,7 @@ public class App {
System.err.println("Please provide an input!"); System.err.println("Please provide an input!");
System.exit(0); System.exit(0);
} }
// This is a comment // This is a comment - changed
System.out.println(sha256hex(args[0])); 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