Skip to content

Instantly share code, notes, and snippets.

@Timo-Linde
Created September 9, 2023 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Timo-Linde/1c0fb2a31b2ff33150f3b182bd96fcae to your computer and use it in GitHub Desktop.
Save Timo-Linde/1c0fb2a31b2ff33150f3b182bd96fcae to your computer and use it in GitHub Desktop.
(ns random-game
(:require [clojure.string :as str]))
(->
(slurp "https://dl.timo-linde.de/spiele.txt")
(str/split-lines)
(rand-nth))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment