| 1234567891011121314151617 |
- // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Playground
- {
- class Program
- {
- static void Main(string[] args)
- {
- }
- }
- }
|