Koans to the Future
authorHans Fugal <fugalh@fb.com>
Tue, 19 May 2015 19:57:36 +0000 (12:57 -0700)
committerViswanath Sivakumar <viswanath@fb.com>
Wed, 20 May 2015 17:57:12 +0000 (10:57 -0700)
commit461cac77848578910c62ef43d73fe881a16380ef
tree744d71917c72a37c5fef13826660b5ffde34a909
parent2a919488e71de244afa7297520894ccbff2e0692
Koans to the Future

Summary:
The first file of Koans. Some simple constructor and `makeFuture` stuff, but this diff is mostly about the framework (ie the `TARGETS` and `main.cpp` and `Koan.h`, and the layout of the Koan files).

Known Issues: I am not nearly enlightened enough to write these in a particularly zen style with lots of inside zen-jokes, so I'm not even trying.

Test Plan:
Work through the koans,
then `fbmake runtests`,
reach enlightenment

Reviewed By: davejwatson@fb.com

Subscribers: cgthayer, exa, folly-diffs@, jsedgwick, yfeldblum, bmatheny, chalfant

FB internal diff: D2082141

Tasks: 6973057

Signature: t1:2082141:1432057657:273708f566154cc54f726b85f05457388357ef4e
folly/futures/exercises/01-Values.cpp [new file with mode: 0644]
folly/futures/exercises/Koan.h [new file with mode: 0644]
folly/futures/exercises/README.md [new file with mode: 0644]
folly/futures/exercises/main.cpp [new file with mode: 0644]