summaryrefslogtreecommitdiff
path: root/.github/actions/msvc-dev-cmd/hello.c
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/msvc-dev-cmd/hello.c')
-rw-r--r--.github/actions/msvc-dev-cmd/hello.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/actions/msvc-dev-cmd/hello.c b/.github/actions/msvc-dev-cmd/hello.c
deleted file mode 100644
index 5ba7644..0000000
--- a/.github/actions/msvc-dev-cmd/hello.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(int argc, char **argv)
-{
- printf("Hello, world!\n");
- return 0;
-}