Skip to content

Commit

Permalink
let the driver in fatal/lesson/ be a source file
Browse files Browse the repository at this point in the history
Reviewed By: Orvid, dmm-fb

Differential Revision: D54123652

fbshipit-source-id: 768e18abf550eed02fa6f97fb83e2b75d30060c7
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Feb 26, 2024
1 parent 4fe76dd commit 2602114
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions fatal/lesson/driver.h → fatal/lesson/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,9 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/

#ifndef FATAL_INCLUDE_fatal_lesson_driver_h
#define FATAL_INCLUDE_fatal_lesson_driver_h

#include <fatal/lesson/lesson.h>
#include <fatal/test/string.h>
#include <fatal/test/type.h>

#include <algorithm>
#include <array>
#include <functional>
#include <string>
#include <tuple>
#include <type_traits>
#include <unordered_map>
#include <utility>
#include <vector>

int main() {
fatal::lesson::registry::run();
return 0;
}

#endif // FATAL_INCLUDE_fatal_lesson_driver_h

0 comments on commit 2602114

Please sign in to comment.