using System; public class Program { public static void Main() { var input = new object[] {2, 7, new object[] {1, 4}, 9, new object[] {3, 6, new object[] {0, 10}}, 5}; Console.WriteLine("The smallest number is:"); } }
-
Notifications
You must be signed in to change notification settings - Fork 0
udesai/Practice
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published