Okay, a small, easy test for you:
Write a program that prints number 1 to 100. But, for multiples of 7 print "Satoshi" instead of the number and for the multiples of 8 print "Nakamoto". For numbers that are multiples of both 7 and 8 print "SatoshiNakamoto".