Created
April 30, 2011 00:32
-
-
Save maxhodak/949280 to your computer and use it in GitHub Desktop.
Engineering recruiting puzzle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/thrift --gen py | |
service RecruitingService { | |
string addCandidate(1:string email, 2:string first_name, 3:string last_name) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
localhost:9194