3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-24 13:18:55 +00:00

dotnet example

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-28 10:50:36 -07:00
parent 93fbfd5f94
commit 4278b2dd51
2 changed files with 7 additions and 133 deletions

7
examples/dotnet/README Normal file
View file

@ -0,0 +1,7 @@
Small example using the .Net bindings.
This example is only built if you have Visual Studio.
To build the example execute
make examples
in the build directory.
It will create the executable dotnet_example.exe