mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 15:18:46 +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.*
|
||||
temp*
|
||||
|
||||
# Templates
|
||||
!/templates/
|
||||
# Utils
|
||||
!/utils/
|
||||
|
||||
# Compile Temps
|
||||
*.ii
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
/* imported from ../../templates/BigInt.h */
|
||||
/* imported from ../../utils/BigInt.h */
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user