codestats 0.6.0

A CLI tool for analyzing code statistics across different programming languages
1
2
3
4
5
6
7
8
#! /usr/bin/env python3
# expect: total=8 code=3 comment=2 blank=2 shebang=1
# python script with spaced shebang

print("hi")

if True:
	pass