1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

feat(solutions): add camel-case/c/function

This commit is contained in:
Divlo
2021-09-29 22:20:41 +02:00
parent a1a0c65c16
commit 0c078abb89
10 changed files with 206 additions and 4 deletions

View File

@ -2,6 +2,8 @@
#include <stdio.h>
#include "character.h"
char* input() {
char character;
size_t length = 1;