File: megabyte_writer.ml

package info (click to toggle)
ocaml-process 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 152 kB
  • sloc: ml: 375; makefile: 38
file content (3 lines) | stat: -rw-r--r-- 70 bytes parent folder | download
1
2
3
let megabyte = String.make (1024 * 1024) ' '
;;
print_string megabyte