mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
65905122b8
* Add uncounted comments in Ur/Web files * Add Cogent test file * Add F* test file
11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
(* 10 lines 3 code 4 comments 3 blanks *)
|
|
|
|
module Hello
|
|
|
|
(* multi
|
|
line
|
|
comment *)
|
|
open FStar.IO
|
|
|
|
let main = print_string "Hello, F*!\n" (* uncounted comment *)
|