Add link to the first problem

This commit is contained in:
Ivan R. 2022-11-17 17:05:32 +05:00
parent 2d67ddb493
commit b22271aaae
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -1,5 +1,7 @@
# 1. Two sum # 1. Two sum
[Leetcode](https://leetcode.com/problems/two-sum/)
Given an array of integers nums and an integer target, Given an array of integers nums and an integer target,
return indices of the two numbers such that they add up to target. return indices of the two numbers such that they add up to target.