index
:
ING1-Projects.git
main
Projets ING1 2024-2025
Marcellus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tigrou
/
declare-my-variable
/
declare-my-variable.tig
blob: cb8e047dcf52a669b64d9349c2dcb7a5dc006e0a (
plain
)
1
2
3
4
5
6
let var s := "My printed variable" in print(s); print("\n") end