diff options
author | Scott Talbert <swt@techie.net> | 2022-03-09 19:45:20 -0500 |
---|---|---|
committer | Scott Talbert <swt@techie.net> | 2022-03-13 10:15:04 -0400 |
commit | 61bde2dd0953c0610110b3e0669073e446294cd4 (patch) | |
tree | eca6bd589784fe94e3bd6ebbfdf4d989d624888d /.github/actions/msvc-dev-cmd/hello.c | |
parent | 7ef45e82dc3c9a8980753241996a8cfed4e4a8c5 (diff) | |
download | pycurl-61bde2dd0953c0610110b3e0669073e446294cd4.tar.gz |
Revert "Temporarily add copy of ilammy/msvc-dev-cmd"
This reverts commit b24cdaa4e676f2385c20ab264b275dcdfbd0238b.
Diffstat (limited to '.github/actions/msvc-dev-cmd/hello.c')
-rw-r--r-- | .github/actions/msvc-dev-cmd/hello.c | 7 |
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; -} |