Skip to content

Commit

Permalink
Added more documentation to the code. Modified/added comments only an…
Browse files Browse the repository at this point in the history
…d only some indentations.
  • Loading branch information
javieralmonacid committed May 16, 2024
1 parent 6eff796 commit 78df060
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 485 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,25 @@ Check out this cool video of a fully dynamic, fully active, isometric contractio
## Latest line count

```
Tue May 14 18:19:05 PDT 2024
Wed May 15 21:37:28 PDT 2024
>> cloc --exclude-dir=2024* --exclude-lang=JSON,XML,make .
11 text files.
11 unique files.
7 files ignored.
18 text files.
18 unique files.
14 files ignored.
github.com/AlDanial/cloc v 1.90 T=0.02 s (267.5 files/s, 313641.8 lines/s)
github.com/AlDanial/cloc v 1.74 T=0.05 s (105.1 files/s, 117705.1 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
C++ 1 680 1374 3142
TeX 2 119 83 376
Markdown 1 14 0 35
C++ 1 696 1081 3160
TeX 1 84 56 255
Visual Basic 1 35 0 148
Markdown 1 14 0 33
CMake 1 6 15 18
-------------------------------------------------------------------------------
SUM: 5 819 1472 3571
SUM: 5 835 1152 3614
-------------------------------------------------------------------------------
```
Loading

0 comments on commit 78df060

Please sign in to comment.