From 00e035c853d22184521af3245b3ae50d5a7868be Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Fri, 26 Sep 2025 12:08:15 -0700 Subject: [PATCH] classic test --- app/nose/bin/greet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/nose/bin/greet.ts b/app/nose/bin/greet.ts index 4af5f4d..f2e21f7 100644 --- a/app/nose/bin/greet.ts +++ b/app/nose/bin/greet.ts @@ -1,3 +1,3 @@ export default function (name: string): string { - return `Hi, ${name || "stranger"}!!` + return `Hi, ${name || "stranger"}!!!!` } \ No newline at end of file