Skip to content

Commit

Permalink
Test release/2.0-ci (fix chakra-core#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilijev committed May 5, 2017
1 parent d2622a7 commit 463aa78
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dummy.cpp
Original file line number Diff line number Diff line change
@@ -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 <stdio.h>
int main() {
printf("Hello\n");
}

0 comments on commit 463aa78

Please sign in to comment.