From 7faba3ad66d93ac7903bb7becd810c41fa2f2c35 Mon Sep 17 00:00:00 2001 From: Yavuz Sava Date: Fri, 28 Mar 2025 20:14:16 +0000 Subject: [PATCH] =?UTF-8?q?README.md=20G=C3=BCncelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d34f471..7c16af7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ You are given two non-empty linked lists representing two non-negative integers. You may assume the two numbers do not contain any leading zero, except the number 0 itself. ## Example 1: -()[https://assets.leetcode.com/uploads/2020/10/02/addtwonumber1.jpg$0] +![](https://assets.leetcode.com/uploads/2020/10/02/addtwonumber1.jpg$0) Input: l1 = [2,4,3], l2 = [5,6,4]