Help me in solving CSB021 problem

My issue

i arranged crtly but showing wrng

Learning course: Learn C#
Problem Link: Rearrange Code Practice Problem in Learn C# - CodeChef

@vsrilaxmi18052
this will be the correctly rearranged code

using System;
namespace MyApplication
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.Write(12 + 7);
        }
    }
}