hi.. i am new in drupal and i want to create a module in drupal for printing the "hello world" please anyone help me. thanx in advanced
You can create a block for this which is much easier than creating a whole module.Just go to administer->blocks->add and choose custom html, type in the box <p>"Hello world"</p> and you have a "hello world" block which you can make visible on your site.