Hello World en Pascal
Date de publication : 5 décembre 2007Par : noc
Program hello_world;
begin
write(’Hello world’);
end.
voila c’est tout….
c’est simple non ?!!
Program hello_world;
begin
write(’Hello world’);
end.
voila c’est tout….
c’est simple non ?!!