proc main
{
for(var idx = 0; idx < 10; idx = idx + 1)
print("hello, line, paint, color, design, address, brightness");
}