Path: blob/master/intro.hello/description.md
650 views
Using your favorite language of choice, print Hello, world!
to the output.
For Python, consider the
print
function.For Java, consider
System.out.println
.For CXX, consider including
stdio.h
and using theprintf
function.