aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
blob: ea3604c9efe59aa7d89465437205bc2ebb393d04 (plain)
1
2
3
4
5
6
7
8
9
10
#include <iostream>
#include <boost/date_time/time_duration.hpp>

int main()
{
	tm test_moment_one{0, 30, 14, 27, 11, 2010};
	std::cout << "Testing 123" << std::endl;
	return 0;
}