Գրել ծրագիր, որն էկրանին կտպի input.txt անունով ֆայլի տողերի քանակը։
 
#include <iostream> // Include library to work with files int main() { //Put your code here. }