We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
  • HackerRank Home
  • |
  • Prepare
  • Certify
  • Compete
  • Apply
  • Hiring developers?
  1. Prepare
  2. Functional Programming
  3. Introduction
  4. Hello World

Hello World

Problem
Submissions
Leaderboard
Discussions

A "Hello World" program has been widely adopted as the introductory program for learning how to code. So, let's start functional programming by writing the same program.


Sample Input

(Nil)  

Sample Output

Hello World

Method Signature

Number Of Parameters: 0
Parameters: []
Returns: nil
Behavior: Prints "Hello World"

For Hackers Using Clojure

This will be the outline of your function body. Fill in the blank portion marked by the underscores.

 (___________________________)

For Hackers Using Scala

This will be the outline of your function body. Fill in the blank portion marked by the underscores.

 def f() = ________________

Author

idlecool

Difficulty

Easy

Max Score

5

Submitted By

98487

Need Help?


View discussions
View top submissions

rate this challenge

MORE DETAILS

Download problem statement
Download sample test cases
Suggest Edits
  • Blog
  • Scoring
  • Environment
  • FAQ
  • About Us
  • Helpdesk
  • Careers
  • Terms Of Service
  • Privacy Policy

Cookie support is required to access HackerRank

Seems like cookies are disabled on this browser, please enable them to open this website