Please help me with the task: The main goal of resistance.

Hello, I’m working on this task:

Concatenate some of the strings to output the sentence “The main goal of resistance is to resume humankind domination.”

Here is my code:


using System;

public static class TheMainGoalOfResistance
{
   public static void Main()
   {
       string s0 = "The";
       string s1 = "main";
       string s2 = "goal";
       string s3 = "of";
       string s4 = "resistance";
       string s5 = "is";
       string s6 = "to";
       string s7 = "resume";
       string s8 = "humankind";
       string s9 = "domination";
       string s10 = ".";
      

       Console.WriteLine(result);
   }
}

Can anyone please help me to solve it? tf am i supposed to do