cs420/Week3/test.c

8 lines
91 B
C

#include "week3.c"
#include<stdio.h>
int main() {
printf("%s", addBinary("11", "1"));
}