using System;
namespace chinpoko {
class Program {
public static void Main(string[] args) {
int gold_ball = 0;
while (gold_ball < 5) {
Console.WriteLine("Hello world!");
gold_ball++;
}
}
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: