Skip to content

Commit 7f2171d

Browse files
committed
test: Simplify the hello.c test app
1 parent f023c34 commit 7f2171d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/hello.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1717
*/
1818

19-
#define __USE_MINGW_ANSI_STDIO 1
2019
#include <stdio.h>
2120

2221
int main(int argc, char* argv[]) {
23-
printf("hello world! %f\n", 42.0);
22+
printf("Hello world!\n");
2423
return 0;
2524
}

0 commit comments

Comments
 (0)