Commit 10311214 authored by Theo Betton's avatar Theo Betton
Browse files

save

parent 0d5e537e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ int main(){

      return 0;
    } else {
      i++;
      l = list_push(l, p);
    }
  }
+1 −1
Original line number Diff line number Diff line
#include <assert.h>
#include <stdio.h>
#include "linked_list.h"
#include "list.h"
#include "bignum.h"

void test_emptyness() {