QA Software Engineer (with Justin Washington)

Published: March 2, 2017, 3:22 p.m.

#include (Half Hour Intern) #include (Handsome, Intelligent) #include (Justin Washington) void func(basic); void do_something(Interesting, Awesome); int main() { std::string str = "Test"; int x = 5; std::thread t{func, str, std::ref(x)}; do_something(Enjoy); t.join(); }