summaryrefslogtreecommitdiff
path: root/exercise-template.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-08-11 21:02:05 +0200
committerOskar <[email protected]>2024-08-11 21:02:05 +0200
commit4555acdaeae73b8c2d49696c9766366ead8eb847 (patch)
tree6815f67466347c1a94f2a6316e0c58acab990245 /exercise-template.cpp
parent06615448f1fd8378817e8ef72b5347ae3f0c3577 (diff)
decided to stop using 'using' because i prefer using std:: , makes the code clearer to be honest
Diffstat (limited to 'exercise-template.cpp')
-rw-r--r--exercise-template.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/exercise-template.cpp b/exercise-template.cpp
index 9c7d438..c6f4d6f 100644
--- a/exercise-template.cpp
+++ b/exercise-template.cpp
@@ -10,13 +10,6 @@
*
*/
-using std::string;
-using std::cout;
-using std::cin;
-using std::cerr;
-using std::clog;
-using std::endl;
-using std::vector;
int main () {
return 0;
}