From 969847e0f9d30cc2f469cc8571e2a8efd2bc2c23 Mon Sep 17 00:00:00 2001 From: Connor Johnson <33133758+TheConnorJohnson@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:35:19 -0700 Subject: [PATCH] Add SwiftFiddle (#1851) --- contents.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contents.json b/contents.json index 2917142c..031aad74 100644 --- a/contents.json +++ b/contents.json @@ -7723,6 +7723,13 @@ "description": "FlagAndCountryCode provides phone codes and flags for every country. Works on UIKit and SwiftUI", "homepage": "https://github.com/exyte/FlagAndCountryCode", "tags": ["swift", "flag", "phone", "country-code"] + }, + { + "title": "SwiftFiddle", + "category": "repl", + "description": "Playground for making, sharing, and embedding Swift code.", + "homepage": "https://swiftfiddle.com", + "tags": ["swift", "repl", "playground"] } ] }