@@ -0,0 +1,15 @@
+#!/bin/sh
+
+languages="C++
+Python
+TypeScript
+C
+Go
+Ruby
+PHP
+Elixir
+Erlang
+Racket"
+echo "$languages" | shuf | head -n5