Sha256: 05f098e76f5697c2aabc45f5e0565d047e3d6dd9fc788dd6cf22fe82e14fa7d2
Contents?: true
Size: 307 Bytes
Versions: 10
Compression:
Stored size: 307 Bytes
Contents
LIBRARY std; USE std.TEXTIO.all; entity test is end entity test; architecture beh of test is begin process variable line_out : line; begin write(line_out, string'("Hello world!")); writeline(OUTPUT, line_out); wait; -- needed to stop the execution end process; end architecture beh;
Version data entries
10 entries across 7 versions & 1 rubygems