Last active
February 19, 2022 14:15
-
-
Save lucianobragaweb/50a5694023db303cab9ca45ef8a87c1a to your computer and use it in GitHub Desktop.
Exemplo de programa em Pascal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
program aula01; | |
{ | |
Author: Luciano Braga | |
Date: 2018-09-05 | |
Description: Descrição do Arquivo ou programa | |
} | |
begin | |
{ Escopo do Programa } | |
end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment