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