Skip to content

Commit 31d66a3

Browse files
Rename PrintBits.c to DecimalToBinary.c
1 parent a446a55 commit 31d66a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PrintBits.c renamed to DecimalToBinary.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ int main() {
4242
PrintBits(power, num);
4343
}
4444
return (0);
45-
}
45+
}

0 commit comments

Comments
 (0)