Update 2.2 Tiling Problem.md

This commit is contained in:
Ankit Kumar Jaipuriar 2023-10-09 18:59:56 +05:30 committed by GitHub
parent 33be252062
commit b2cbd677f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
```cpp
#include<iostream>
using namespace std;
@ -21,3 +22,4 @@ int main(){
// Call the function with 3 as the argument and print the result
cout << ways(3);
}
```