diff --git a/c_programming/files/copy.c b/c_programming/files/copy.c new file mode 100644 index 0000000..12a31e9 --- /dev/null +++ b/c_programming/files/copy.c @@ -0,0 +1,2 @@ + +FILE *input = fopen("in.txt", "r"); \ No newline at end of file diff --git a/c_programming/files/in.txt b/c_programming/files/in.txt new file mode 100644 index 0000000..348c263 --- /dev/null +++ b/c_programming/files/in.txt @@ -0,0 +1 @@ +hi! \ No newline at end of file