Ver Fonte

Initial Commit

Vinicius Teshima há 1 semana atrás
commit
b4888f28df
1 ficheiros alterados com 15 adições e 0 exclusões
  1. 15 0
      language_chooser.sh

+ 15 - 0
language_chooser.sh

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