mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
7 lines
53 B
C++
7 lines
53 B
C++
#include <cassert>
|
|
|
|
int main()
|
|
{
|
|
assert(true);
|
|
}
|