tokei/tests/data/fstar.fst
2020-12-15 21:10:48 +00:00

12 lines
210 B
Plaintext

(* 11 lines 3 code 5 comments 3 blanks *)
module Hello
(* multi
line
comment *)
open FStar.IO // uncounted comment
// single line comment
let main = print_string "Hello, F*!\n" (* uncounted comment *)