Sha256: 5434ca4ed57a877bc87e436e3a983e6dda386ef24cb6d1cda7833b6e610cc346
Contents?: true
Size: 219 Bytes
Versions: 7
Compression:
Stored size: 219 Bytes
Contents
use std.textio.all; entity hello_world is end hello_world; architecture behaviour of hello_world is begin process begin write (output, String'("Hello world!")); wait; end process; end behaviour;
Version data entries
7 entries across 7 versions & 1 rubygems