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

int main()
{
	std::cout << "bonjour" << std::endl;
	return 0;
}