Skip to content

Commit

Permalink
change file name: main.cpp -> template.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fura2 committed Jul 22, 2023
1 parent 3d57271 commit 5c166e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion library/template/template.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct Setup {
std::cin.tie(nullptr);
std::cout << std::fixed << std::setprecision(11);
}
} _setup;
} setup;

#ifdef LOCAL
#include "template_local.hpp"
Expand Down

0 comments on commit 5c166e8

Please sign in to comment.