Using xml

This commit is contained in:
AnonymusRaccoon
2019-12-09 12:11:10 +01:00
parent afa481e5b2
commit cffa7693be
7 changed files with 42 additions and 22 deletions
+2
View File
@@ -8,6 +8,8 @@
int count_valid_queens_placements(int n);
char *my_strchr(const char *str, char c);
int my_compute_power_it(int n, int p);
int my_compute_power_rec(int n, int p);