RosettaCodeData/Task/Hello-world-Text/Isabelle/hello-world-text.isabelle

6 lines
71 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
theory Scratch
imports Main
begin
value ''Hello world!''
end