add: Happy 2022!

This commit is contained in:
Lam Haoyin 2022-01-01 00:39:15 +08:00
parent d9b7399690
commit c22e482974
No known key found for this signature in database
GPG Key ID: 8C089CB1A2B7544F
3 changed files with 11 additions and 0 deletions

4
2201/220101-CN.cpp Normal file
View File

@ -0,0 +1,4 @@
//
// Created by Lam Haoyin on 01/01/22.
//

6
2201/CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.21)
PROJECT(2201)
SET(CMAKE_CXX_STANDARD 23)
ADD_EXECUTABLE(2201 220101-CN.cpp)

View File

@ -6,3 +6,4 @@ SET(CMAKE_CXX_STANDARD 23)
ADD_EXECUTABLE(LeetCodeDaily main.cpp)
ADD_SUBDIRECTORY(2112)
ADD_SUBDIRECTORY(2201)