about summary refs log tree commit diff stats
path: root/main.cpp
blob: 81855734ed43bcb1ea389023b269ab0d830323fc (plain) (blame)
1
2
3
4
5
6
#include <cstdio>

int main(int argc, char** args)
{
	return 0;
}