aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
blob: 6187ea4b946af7892d40e039e32b8af7706d3150 (plain)
1
2
3
4
5
6
7
#include <iostream>

auto main(int argc, char *argv[]) -> int {


    return 0;
}