diff options
Diffstat (limited to 'src/crf.c')
-rw-r--r-- | src/crf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crf.c b/src/crf.c new file mode 100644 index 0000000..6e215ee --- /dev/null +++ b/src/crf.c @@ -0,0 +1,3 @@ +#include "crf.h" + +int place(int x) { return x; } |