From 463aa7893a1c13d371fce2a9d134f67bb5b07d6a Mon Sep 17 00:00:00 2001 From: Doug Ilijev Date: Fri, 5 May 2017 16:52:55 -0700 Subject: [PATCH] Test release/2.0-ci (fix #962) --- dummy.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dummy.cpp diff --git a/dummy.cpp b/dummy.cpp new file mode 100644 index 00000000000..79f70d070e9 --- /dev/null +++ b/dummy.cpp @@ -0,0 +1,10 @@ +//------------------------------------------------------------------------------------------------------- +// Copyright (C) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. +//------------------------------------------------------------------------------------------------------- + +#include +int main() { + printf("Hello\n"); +} +