Kaynağa Gözat

Initial Commit

Vinicius Teshima 1 hafta önce
işleme
b4888f28df
1 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  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