You are on page 1of 7

HELLO WORLD

Using JAVA PL

Source code

Output

Memory Used : 81.9 MB


Using PERL PL

Source code

Output

Memory used: 23.9 MB


Using FORTRAN PL

Source code

Output

Memory used: 31.8 MB


Using PROLOG PL

Source code: write (‘hello world’).

Output: hello world

Memory used: 26.0 MB

Using SCHEME PL

Source code: (begin (display “hello world” ) (newline))

Output: hello world

Memory used: 194 MB


Using HASKELL PL

Source code

Output

Memory used: 713 MB


Using C++ PL

Source code

Output
Memory used: 81.7 MB

You might also like