0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-16 20:05:26 +00:00

chore: rename "templates" to "utils"

This commit is contained in:
Baoshuo Ren 2022-05-25 14:27:44 +08:00
parent 8c2a73265d
commit 77adf212a4
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68
5 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -42,8 +42,8 @@ temp/**
**/tempCodeRunnerFile.*
temp*
# Templates
!/templates/
# Utils
!/utils/
# Compile Temps
*.ii

View File

@ -4,7 +4,7 @@
#include <iostream>
#include <vector>
/* imported from ../../templates/BigInt.h */
/* imported from ../../utils/BigInt.h */
#include <algorithm>
#include <iostream>
#include <string>