diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..5282b05 --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# Introduction +How to compile +```bash +gcc main.c -o hello +``` +