diff --git a/c/C Shell.csh b/c/C Shell.csh index 5fea719d2..7c808b504 100644 --- a/c/C Shell.csh +++ b/c/C Shell.csh @@ -1,2 +1,7 @@ #!/bin/csh echo "Hello World" + +"hello world from c++" + +//moustafa fattouh + diff --git a/c/C+++ b/c/C+++ index 1fb82ee49..c3fb56d3e 100644 --- a/c/C+++ +++ b/c/C+++ @@ -3,3 +3,4 @@ integer new main() println.format("Hello World"); return 0; } +