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

16 lines
235 B
C++

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