Skip to content

Instantly share code, notes, and snippets.

@b3ll
Created June 3, 2014 21:26
Show Gist options
  • Save b3ll/0843e7962bdc6c3665af to your computer and use it in GitHub Desktop.
Save b3ll/0843e7962bdc6c3665af to your computer and use it in GitHub Desktop.
//
// SheepParty.swift
// Sheep Party
//
// Adam Bell, 2014
import Foundation
class πŸŽ‰ : NSObject
{
func πŸŽˆπŸŽπŸŽŠπŸŽ‚πŸŽŠπŸŽπŸŽˆ() -> String {
return "πŸ‘";
}
}
let πŸ†’ = πŸŽ‰().πŸŽˆπŸŽπŸŽŠπŸŽ‚πŸŽŠπŸŽπŸŽˆ();
println(πŸ†’);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment