Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ Example of client-82.cpp for codeblocks-satisfier-nosetup-version2
|
|
10 |
#include <satisfier>
|
11 |
#include <iostream>
|
12 |
|
13 |
-
int main (/*
|
14 |
{
|
15 |
Suppose_literal (K, true);
|
16 |
Suppose_literal (M, true);
|
|
|
10 |
#include <satisfier>
|
11 |
#include <iostream>
|
12 |
|
13 |
+
int main (/* implementation-defined */)
|
14 |
{
|
15 |
Suppose_literal (K, true);
|
16 |
Suppose_literal (M, true);
|