No tags found on this site yet.

Helloworld

04 Jul 2021 - [ helloworld  python  bash  javascript  ]

Hello world

  echo "Hello World" # Bash

  std::cout << "Hello, world! # C++

  document.write('Hello, world!'); # JS

  print "Hello, world!"   # Python