Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
goelp14
GitHub Repository: goelp14/easyctf-iv-problems
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 the printf function.