language_chooser.sh 104 B

12345678910111213
  1. #!/bin/sh
  2. languages="C++
  3. Python
  4. TypeScript
  5. C
  6. Go
  7. Ruby
  8. PHP
  9. Racket"
  10. echo "$languages" | shuf | head -n5