This repository has been archived on 2026-05-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
prog-104-p-05-2030/The-Nook-GamesTM/Fundamentals/expansion.c
T
2026-04-27 00:01:08 +02:00

6 lines
80 B
C

#include "expansion.h"
char *weird_copy(const char *input){
return NULL;
}