diff --git a/README.md b/README.md index 67520df..3423e1e 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ A terminal program which could react with you. [3Ddisplay](file/3Ddisplay.md) [walking cat](file/walking-cat.md) + +[editmytext](file/editmytext.md) diff --git a/editmytext/main.c b/editmytext/main.c new file mode 100644 index 0000000..460d6d1 --- /dev/null +++ b/editmytext/main.c @@ -0,0 +1,6 @@ +#include +#include +#include + +int main(){ +} diff --git a/file/editmytext.md b/file/editmytext.md new file mode 100644 index 0000000..450579b --- /dev/null +++ b/file/editmytext.md @@ -0,0 +1,2 @@ +### edit my text +a text-editor run in the terminal