Ada

hello world

Ada D

さまざまな言語で "hello world" Ada with Text_IO; use Text_IO; procedure Hello is begin Put_Line ("Hello Ada!"); end Hello; 実行結果 xxxxxx@yyyyyy ~ $ gnatmake helloada.adb gcc -c helloada.adb gcc -c -I./ -I- /usr/lib/gcc/i686-pc-cygwin/4.3…