summaryrefslogtreecommitdiff
path: root/graphs/cpp/stdin_to_file/stdin_to_file.hh
blob: 9aac89dd1986e6f78fc5a352f720623de7ac6b84 (plain)
1
2
3
4
5
6
#pragma once

#include <fstream>
#include <iostream>

long int stdin_to_file(const std::string& filename);