1
0
mirror of https://gitlab.com/comunic/comunicterm synced 2024-07-05 23:19:14 +00:00
comunicterm/main.cpp

10 lines
126 B
C++
Raw Normal View History

2020-01-07 20:08:18 +00:00
#include <iostream>
using namespace std;
int main()
{
cout << "Comunic Term (c) Pierre HUBERT" << endl;
return 0;
}