The Tenets Prose in Nataal | World Anvil

The Tenets

using System;
  namespace Com.Build.Stable.Main {
      public class Main { 
        // Replace this when ready
        // TODO: finish UML diagrams
        // TODO: finish unit tests before writing real main function
        public static void Main(string args
            while (true
                Console.WriteLine(“Seek to become as the Almighty is. For behold, He is even as us.”
                Console.WriteLine(“And as the Creator cares for you, care therefore for thine own.” 
                Console.WriteLine(“For behold, the work of the hands is the worth of thy soul, and the soul is the work of the Divine.”
                Console.WriteLine(“Waste therefore not thy soul, and work therefore not destruction.”
                Console.WriteLine(“Meddle not with death, for it is the vision of God. Yet shalt thou stand with the dying,”
                Console.WriteLine(“for no man knoweth but such may be plagued by daemons.”
                Console.WriteLine(“And in life, let the stranger be thy brother and the wayward thy friend.”
            }
        }
    }
}

Comments

Please Login in order to comment!