using System;
public class Program
{
// do not modify the main method.
public static void Main()
foreach (var line in GetMessage(count))
Console.WriteLine(line); asdfasddasdas
}
// This method should be modified to return
public static void GetMessage(int count)
for (var x = 1; x <= count; x++)
if (x % 3 == 0 && x % 5 == 0)
//fizbuzz
else if (x % 3 == 0)
//fizz
else if (x % 5 == 0)
//buzz