shtools/zcsf/main.cpp
Mateo FERON 0950379829 Init
2020-04-06 16:01:00 +02:00

7 lines
103 B
C++

#include <iostream>
int main(int argc, char* argv[])
{
std::cout << "Hello world!\n";
return 0;
}