TDT4102-Ovinger/Oving 6/Oving 6/main.cpp

11 lines
160 B
C++

#include "std_lib_facilities.h"
#include "Task1.h"
int main(){
// Your code here
//cinToFile("inn.txt");
addLineNumber("inn.txt", "out.txt");
return 0;
}