I want to read a file, in which in each line are one pair of numbers. unfortunatly those are seperated used a tab.
example:
1 2
There are a lot of pairs, so the numbers will get quite large, like:
1234 666
I dont have a clue how to read those numbers! Everytime I try, i get an input...