Skip to content

Commit 51a4e04

Browse files
committed
Initial commit
1 parent 0e4803c commit 51a4e04

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/sutils.c

-7
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,3 @@ char* strip_whitespaces(char* const s) {
131131
return s;
132132

133133
}
134-
135-
int main() {
136-
char s[] = "VALUE";
137-
strip_whitespaces(s);
138-
puts(s);
139-
}
140-

0 commit comments

Comments
 (0)