aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
blob: 31616fa391c0c0c97fbc9fd95a24ac3456c57065 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>

#include "geom.hpp"
#include "problem.hpp"

int main() {
	printf("%.10f\n", M_PI);
	return 0;
}

/* vim: set ts=4 sw=4 tw=0 noet :*/