research/tlaplus/gossip/hello.old

8 lines
118 B
Plaintext

EXTENDS TLC
(* --algorithm hello_world
variable s \in {"Hello", "World!"};
begin
A:
print s;
end algorithm; *)