Added main, it has to start somewhere

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2023-11-04 12:29:18 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2023-11-04 12:29:18 +0100
Commit f9dcd08833afdfb3b4446cb842d3ecd4469c5638 (patch)
-rw-r--r-- README.md 4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
1
# crep - like grep but for code
1
# crep - like grep but for code
2
  
2
  
3
**What is it?** If grep and etags had a baby.
3
## What is crep?
  
4
  
  
5
If grep and etags had a baby.
4
  
6
  
5
Note: you should use ctags or etags. Seriously. This is an experimental thingy.
7
Note: you should use ctags or etags. Seriously. This is an experimental thingy.
6
  
8
  
...