From 775e8203614a785527c587fe4af0dda21a409408 Mon Sep 17 00:00:00 2001 From: Thirulok22 Date: Sat, 1 Apr 2023 09:36:36 +0530 Subject: [PATCH] Demo commit by e36 --- hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.java b/hello.java index f28c252..5579058 100644 --- a/hello.java +++ b/hello.java @@ -2,6 +2,6 @@ public class hello { public static void main(String[] args) { int a=99999900; - System.out.println("This was a file for test repo"); + System.out.println("This was a file for test repo by e36"); } }