#include <iostream>
using namespace std;
int main()
{
return 0;
}
$ g++ -o example example.cpp
$ ./example| Name | Name | Last commit date | ||
|---|---|---|---|---|
#include <iostream>
using namespace std;
int main()
{
return 0;
}
$ g++ -o example example.cpp
$ ./example