diff --git a/hermit/usr/examples/hello.c b/hermit/usr/examples/hello.c index 6789e4e0b..c20694fa4 100644 --- a/hermit/usr/examples/hello.c +++ b/hermit/usr/examples/hello.c @@ -36,10 +36,10 @@ int main(int argc, char** argv) int i; printf("Hello World!!!\n"); - //for(i=0; environ[i]; i++) - // printf("environ[%d] = %s\n", i, environ[i]); - //for(i=0; i