mirror of
https://github.com/jezhiggins/arabica
synced 2025-02-12 08:48:37 +01:00
15 lines
195 B
C++
15 lines
195 B
C++
![]() |
#ifdef _MSC_VER
|
||
|
#pragma warning(disable : 4786)
|
||
|
#endif
|
||
|
|
||
|
#include <iostream>
|
||
|
|
||
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
std::cout << "tests go here" << std::endl;
|
||
|
|
||
|
return 0;
|
||
|
} // main
|
||
|
|
||
|
// end of file
|