2015-11-16 19:21:57 +00:00
|
|
|
// Copyright (c) .NET Foundation and contributors. All rights reserved.
|
|
|
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
2015-12-08 21:29:49 +00:00
|
|
|
using System;
|
2015-11-11 01:30:01 +00:00
|
|
|
namespace Microsoft.DotNet.Runtime
|
|
|
|
{
|
|
|
|
public class Program
|
|
|
|
{
|
|
|
|
public static int Main(string[] args)
|
|
|
|
{
|
|
|
|
// Temporary and bogus. Just needed so we can publish this
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|