We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c9ed4 commit e89fa04Copy full SHA for e89fa04
c/selection_sort_tutorial/selection_sort-fixed.c
@@ -1,6 +1,6 @@
1
#include <stdio.h>
2
3
-# TODO: Fix this, it is still buggy
+/* TODO: Fix this, it is still buggy */
4
5
void sort (
6
int a[],
0 commit comments