mirror of
https://github.com/vacp2p/research.git
synced 2025-02-23 11:48:22 +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; *)
|