Update main.cpp
This commit is contained in:
parent
eb0ccc8b25
commit
61285be23e
@ -1,7 +1,11 @@
|
||||
//rd7cc
|
||||
#include <iostream>
|
||||
|
||||
#include <fstream>
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
std::ofstream result ("result.hpp");
|
||||
|
||||
result << "//Result" << std::endl;
|
||||
|
||||
result.close();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user