Explorar o código

Initial Commit

Vinicius Teshima hai 1 semana
achega
b4888f28df
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  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