mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-27 13:56:26 +00:00
chore: rename "templates" to "utils"
This commit is contained in:
parent
8c2a73265d
commit
77adf212a4
4
.gitignore
vendored
4
.gitignore
vendored
@ -42,8 +42,8 @@ temp/**
|
|||||||
**/tempCodeRunnerFile.*
|
**/tempCodeRunnerFile.*
|
||||||
temp*
|
temp*
|
||||||
|
|
||||||
# Templates
|
# Utils
|
||||||
!/templates/
|
!/utils/
|
||||||
|
|
||||||
# Compile Temps
|
# Compile Temps
|
||||||
*.ii
|
*.ii
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
/* imported from ../../templates/BigInt.h */
|
/* imported from ../../utils/BigInt.h */
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
Loading…
Reference in New Issue
Block a user