From 7b6f9d41b4427dce51b13586ab99d46d0bf77a80 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 30 Mar 2016 22:07:24 +0200 Subject: [PATCH] simplify hello example --- hermit/usr/tests/hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hermit/usr/tests/hello.c b/hermit/usr/tests/hello.c index 8a2b245b6..ff87dfb80 100644 --- a/hermit/usr/tests/hello.c +++ b/hermit/usr/tests/hello.c @@ -39,8 +39,8 @@ int main(int argc, char** argv) FILE* file; printf("Hello World!!!\n"); - for(i=0; environ[i]; i++) - printf("environ[%d] = %s\n", i, environ[i]); + //for(i=0; environ[i]; i++) + // printf("environ[%d] = %s\n", i, environ[i]); for(i=0; i