diff --git a/commentexec.java b/commentexec.java new file mode 100644 index 0000000..427f631 --- /dev/null +++ b/commentexec.java @@ -0,0 +1,9 @@ + + +public class Testing { + public static void main(String[] args) + { + // the line below this gives an output + // \u000d System.out.println("comment executed"); + } +}