Skip to content

Instantly share code, notes, and snippets.

@maxhodak
Created April 30, 2011 00:32
Show Gist options
  • Save maxhodak/949280 to your computer and use it in GitHub Desktop.
Save maxhodak/949280 to your computer and use it in GitHub Desktop.
Engineering recruiting puzzle
#!/usr/local/bin/thrift --gen py
service RecruitingService {
string addCandidate(1:string email, 2:string first_name, 3:string last_name)
}
@maxhodak
Copy link
Author

maxhodak commented Mar 6, 2013

localhost:9194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment