summaryrefslogtreecommitdiff
path: root/txt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'txt.txt')
-rw-r--r--txt.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/txt.txt b/txt.txt
index afd934b..48b0fbc 100644
--- a/txt.txt
+++ b/txt.txt
@@ -1,4 +1,7 @@
+
+
program exemplo1
+
var
n, s, i: integer;
procedure soma;
@@ -17,8 +20,8 @@ begin
begin
soma;
write (s);
- i:=i+1;
+ i:=i+1;
end
-end.
-
- \ No newline at end of file
+end.
+
+