lipase/hello.cpp

9 lines
116 B
C++
Raw Normal View History

2019-03-07 10:32:23 +01:00
#include <iostream>
using namespace std;
int main(int argc, char * argv[])
{
cout << "hello, monde!" << endl;
}