From 26ff43a793206f02ae7e4717e336fd8c830fa913 Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Wed, 27 Mar 2024 14:15:43 +0400 Subject: [PATCH 1/7] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9d7bdd2..789d974 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ export const sum = (a: number, b: number) => { const total = a + b - 1; - console.log('The total iss: ', total); + console.log('The total is: ', total); process.exit(0); }; From c265f4e67ca4e37296c463180ff3e71fdde9ccec Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Wed, 27 Mar 2024 14:17:50 +0400 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d0e998..617c9b8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Checks -Here are some checks for you.. +Here are some checks for you. From fc82403738331ec0b387985f32bb4bf58b56a277 Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Wed, 27 Mar 2024 14:19:12 +0400 Subject: [PATCH 3/7] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 789d974..52a4d32 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ export const sum = (a: number, b: number) => { const total = a + b - 1; - console.log('The total is: ', total); + console.log('The total is?: ', total); process.exit(0); }; From cc39289a72c8032d756eea15a60770f555b7afb4 Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Wed, 27 Mar 2024 14:22:02 +0400 Subject: [PATCH 4/7] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 52a4d32..6431f09 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ export const sum = (a: number, b: number) => { const total = a + b - 1; - console.log('The total is?: ', total); + console.log('The total is? ', total); process.exit(0); }; From 65e509377c785cf14db9af6e54141a99fc1957a5 Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Wed, 27 Mar 2024 14:26:01 +0400 Subject: [PATCH 5/7] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 6431f09..01d17b1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ export const sum = (a: number, b: number) => { const total = a + b - 1; - console.log('The total is? ', total); + console.log('The total isz? ', total); process.exit(0); }; From a00a8e5dc2e28b47ef03a70e05b501d06fed97d5 Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Wed, 27 Mar 2024 14:26:48 +0400 Subject: [PATCH 6/7] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 01d17b1..85cdbcb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ export const sum = (a: number, b: number) => { const total = a + b - 1; - console.log('The total isz? ', total); + console.log('The total iszz? ', total); process.exit(0); }; From fbdd9417eeccd0796943def81e2b60735649e847 Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Wed, 27 Mar 2024 14:28:16 +0400 Subject: [PATCH 7/7] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 85cdbcb..42005f2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ export const sum = (a: number, b: number) => { const total = a + b - 1; - console.log('The total iszz? ', total); + console.log('The total is ', total); process.exit(0); };