From 8f3d388b517b78ae93370d88468bf699e3c79460 Mon Sep 17 00:00:00 2001 From: PRINCE-NATH055 Date: Tue, 6 May 2025 23:22:28 +0530 Subject: [PATCH] Changed the output --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 36a1230..e696cc7 100644 --- a/main.go +++ b/main.go @@ -8,5 +8,5 @@ func add(a, b int) int { func main() { result := add(5, 3) - fmt.Println("The result is:", result) + fmt.Println("Keploy is testing this change!") } \ No newline at end of file