summaryrefslogtreecommitdiff
path: root/txt.txt
diff options
context:
space:
mode:
authorleo <leo@azuminha.com>2024-04-16 22:12:29 -0300
committerleo <leo@azuminha.com>2024-04-16 22:12:29 -0300
commit0d530f0e84c15387cd22ae1608c284befff8e87f (patch)
treef1d4ec9520d4e02bbae69f582d9ede9aef327c23 /txt.txt
parent4eba85d0bf620b2f488c2cbeee6a84b2e4bf9fbf (diff)
so falta os comentarios e salvar em um arquivo
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.
+
+