From 085308168e66664a1a3cd937f1dafe5beb1a5c00 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 17 Mar 2016 00:46:47 +0100 Subject: [PATCH] switch back to the default 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 ff87dfb80..8a2b245b6 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