Skip to content

Commit

Permalink
Adding printf to example for the fun
Browse files Browse the repository at this point in the history
Related to #726
  • Loading branch information
msoos committed Aug 1, 2023
1 parent f56a8f6 commit 26d4d4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ipasir_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ THE SOFTWARE.

#include "src/ipasir.h"
#include "assert.h"
#include "stdio.h"

int main () {
printf("signaure: %s\n", ipasir_signature());

void* s = ipasir_init();
ipasir_add(s, 1);
ipasir_add(s, 0);
Expand Down

0 comments on commit 26d4d4d

Please sign in to comment.