Skip to content

Commit

Permalink
Add command that picks a random programming language
Browse files Browse the repository at this point in the history
...especially useful for those who can't decide during AoC ;)
  • Loading branch information
fwcd committed Dec 2, 2020
1 parent 303588a commit 26d5054
Show file tree
Hide file tree
Showing 7 changed files with 717 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@
"repositoryURL": "https://github.com/fwcd/swift-utils.git",
"state": {
"branch": null,
"revision": "768d7ab4327cef706e8e2727734c1520c7b39e18",
"version": "1.1.0"
"revision": "f287e9ea86c6997f79c92c0a1377c4b0b19081d6",
"version": "1.2.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.package(url: "https://github.com/kylef/Commander.git", from: "0.9.1"),
.package(url: "https://github.com/fwcd/swift-qrcode-generator.git", .revision("835a0005597380a0459fab9a8135616de355a992")),
.package(url: "https://github.com/fwcd/swift-prolog.git", .revision("edc7aa228ed342c28f58e4036639562ac6c801f0")),
.package(url: "https://github.com/fwcd/swift-utils.git", from: "1.1.0"),
.package(url: "https://github.com/fwcd/swift-utils.git", from: "1.2.0"),
.package(url: "https://github.com/fwcd/swift-graphics.git", .revision("c7183ea8ca9de2d07750a209b23eba40ea91c375")),
.package(url: "https://github.com/fwcd/swift-gif.git", .revision("9e0e383340b0ca28f6ce60a7a9e1e1d496a5f7d0")),
.package(url: "https://github.com/swift-server/swift-backtrace.git", from: "1.1.1"),
Expand Down
Loading

0 comments on commit 26d5054

Please sign in to comment.