Skip to content

Commit

Permalink
redo the included libraries into a separate .h fil
Browse files Browse the repository at this point in the history
  • Loading branch information
doritorainn committed Apr 7, 2024
1 parent 06203bd commit b85337f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 1 addition & 8 deletions lab #3/lab #3/lab #3.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@

#include <iostream>
#include <cstdlib>
#include <ctime>
#include <cmath>
#include <cstring>
#include <random>
#include <vector>
#include <algorithm>

#include "lab #3.h"

using namespace std;
Expand Down
8 changes: 8 additions & 0 deletions lab #3/lab #3/lab #3.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
#pragma once

#include <iostream>
#include <iostream>
#include <cstdlib>
#include <ctime>
#include <cmath>
#include <cstring>
#include <random>
#include <vector>
#include <algorithm>

// TODO: Reference additional headers your program requires here.

0 comments on commit b85337f

Please sign in to comment.