Skip to content

Commit

Permalink
Create HelloWorld
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin authored Oct 12, 2019
1 parent 4ae6ad8 commit cd3950b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/Pascal/HelloWorld
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
program helloworld;
var text : string;
begin
text := 'Hello World';
write(text);
end.

0 comments on commit cd3950b

Please sign in to comment.