Update generate_quotes_json.cpp
This commit is contained in:
@@ -15,12 +15,6 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifdef LOCAL
|
||||
#include "algo/debug.h"
|
||||
#else
|
||||
#define debug(...) 42
|
||||
#endif
|
||||
|
||||
int main() {
|
||||
ios_base::sync_with_stdio(false);
|
||||
cin.tie(0);
|
||||
|
||||
Reference in New Issue
Block a user