mirror of
https://github.com/vacp2p/research.git
synced 2025-02-23 03:38:18 +00:00
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
EXTENDS TLC
|
|
|
|
(* --algorithm hello_world
|
|
variable s \in {"Hello", "World!"};
|
|
begin
|
|
A:
|
|
print s;
|
|
end algorithm; *) |