From 7046b82e92af88a6ef51b59b04af80fb737617e5 Mon Sep 17 00:00:00 2001 From: hatset <73290263+hatset@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:03:03 +0530 Subject: [PATCH] Comment execute --- commentexec.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 commentexec.java 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"); + } +}