Skip to content

Commit fc23b0a

Browse files
authored
Filename fix, exercise "not done yet" fix (#188)
1 parent 191186c commit fc23b0a

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

exercises/19_arithmetic_operators/arithmetic_operatos_01.c renamed to exercises/19_arithmetic_operators/arithmetic_operators_01.c

File renamed without changes.

exercises/23_bitwise_operators/bitwise_operators_01.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
// Hint: convert number `a` and `b` to binary.
1818

19+
// ❌ I AM NOT DONE
20+
1921
#include <assert.h>
2022
#include <limits.h>
2123
#include <stdbool.h>

exercises/23_bitwise_operators/bitwise_operators_02.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
*/
1111

12+
// ❌ I AM NOT DONE
1213

1314
#include <assert.h>
1415
#include <limits.h>

exercises/23_bitwise_operators/bitwise_operators_03.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* 2. Apply the mask to the given byte using the bitwise AND operator.
1616
*/
1717

18+
// ❌ I AM NOT DONE
1819

1920
#include <assert.h>
2021
#include <limits.h>

0 commit comments

Comments
 (0)