From 7b91b895969df675b6dabc36d94e10557d3ad66f Mon Sep 17 00:00:00 2001 From: liuy2000139 <166977469+liuy2000139@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:39:46 +0800 Subject: [PATCH] =?UTF-8?q?Update=201.=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8C?= =?UTF-8?q?.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "1.\344\270\244\346\225\260\344\271\213\345\222\214.js" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/1.\344\270\244\346\225\260\344\271\213\345\222\214.js" "b/1.\344\270\244\346\225\260\344\271\213\345\222\214.js" index 63b483b..877f241 100644 --- "a/1.\344\270\244\346\225\260\344\271\213\345\222\214.js" +++ "b/1.\344\270\244\346\225\260\344\271\213\345\222\214.js" @@ -1,7 +1,7 @@ /* * @lc app=leetcode.cn id=1 lang=javascript * - * [1] 两数之和 + * [1] 两数之和55 * * https://leetcode-cn.com/problems/two-sum/description/ *