6
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
#define AOCPP_STARTUP_HPP_
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <optional>
|
||||
|
||||
namespace aocpp {
|
||||
auto Startup(int argc, char ** argv) -> std::ifstream;
|
||||
|
||||
auto Startup(int argc, char ** argv) -> std::istream&;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user