git.annexia.org
/
fedora-mingw.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added XQilla (NOT WORKING).
[fedora-mingw.git]
/
ocaml
/
test1.ml
1
open Printf
2
3
let () =
4
printf "reported os_type = %S\n" Sys.os_type;
5
printf "filename concat a b = %S\n" (Filename.concat "a" "b");
6
printf "-1 = %d\n" (-1)