Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chiron Jules
memory
Commits
6cd81b17
Commit
6cd81b17
authored
Jun 02, 2022
by
Girard Simon
Browse files
Upload New File
parent
b22396c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
types.pas
0 → 100644
View file @
6cd81b17
unit
types
;
interface
type
Grille
=
record
taille
:
Integer
;
lettres
:
Array
[
1..6
,
1..6
]
of
Char
;
etats
:
Array
[
1..6
,
1..6
]
of
Boolean
;
end
;
type
Pos
=
record
x
,
y
:
Integer
;
end
;
implementation
end
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment