2010年8月1日日曜日

ocamlでhallo world

[したいこと・しりたいこと・目標]

ocamlでhallo world

[環境]

Ubuntu Lucid Lynx 10.04 on VMWare Fusion 3



[したこと]


(01)
インストールする
$ sudo aptitude install ocaml

(02)
ソースを書く
print_stinrg "Hello world!\n";;


(03)
実行する

$ ocaml hello.ml
$ ocamlc hello.ml -o hello
$ ./hello

[参考]

First steps in OCaml
http://caml.inria.fr/pub/docs/u3-ocaml/ocaml-steps.html

0 コメント: