research/tlaplus/gossip/hello.old

8 lines
118 B
Plaintext
Raw Normal View History

2019-12-03 13:49:48 +00:00
EXTENDS TLC
(* --algorithm hello_world
variable s \in {"Hello", "World!"};
begin
A:
print s;
end algorithm; *)