Commit 138ea158 by Szeberényi Imre

split

parent c01e2352
ly.png

33.1 KB

/**
* @file main.cpp
* @file main.cpp
* Nem kell beadni!
*/
#include <iostream>
......@@ -22,7 +22,7 @@ ELKESZULT makro
int main() {
Lyszaml::runtests();
std::cout << "Input olvasása EOF-ig:" << std::endl;
std::cout << "Input olvasasa EOF-ig:" << std::endl;
Lyszaml ly;
char ch;
while (std::cin >> std::noskipws >> ch)
......@@ -89,4 +89,4 @@ int main() {
GTEND(std::cerr);
return 0;
}
#endif
\ No newline at end of file
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment