Skip to content

Instantly share code, notes, and snippets.

@froggomad
Created April 20, 2023 05:10
Show Gist options
  • Save froggomad/dda6f0551df1f219803931ba30fb0570 to your computer and use it in GitHub Desktop.
Save froggomad/dda6f0551df1f219803931ba30fb0570 to your computer and use it in GitHub Desktop.
code block for test-0
import Foundation
struct Item: Codable {
var id: UUID
var name: String
var description: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment