File: simple_str.ml

package info (click to toggle)
findlib 1.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,864 kB
  • sloc: ml: 7,800; xml: 3,138; sh: 1,605; makefile: 427
file content (4 lines) | stat: -rw-r--r-- 51 bytes parent folder | download | duplicates (12)
1
2
3
4
let _ = Str.regexp ".*" in

print_string "OK\n";;