Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -1,6 +0,0 @@
with Ada.Text_IO; use Ada.Text_IO;
procedure Goodbye_World is
begin
Put_Line (Standard_Error, "Goodbye, World!");
end Goodbye_World;

View file

@ -1 +0,0 @@
ConsoleWriteError("Goodbye, World!" & @CRLF)

View file

@ -1,4 +0,0 @@
program-id. ehello.
procedure division.
display "Goodbye, world!" upon syserr.
stop run.

View file

@ -1 +0,0 @@
(message "Goodbye, World!")

View file

@ -1 +0,0 @@
(princ "Goodbye, World!\n" 'external-debugging-output)

View file

@ -1 +0,0 @@
puts(2,"Goodbye, world!\n") -- 2 means output to 'standard error'

View file

@ -1 +0,0 @@
Write-Error "Goodbye, World!"

View file

@ -1 +0,0 @@
[Console]::Error.WriteLine("Goodbye, World!")

View file

@ -1 +0,0 @@
WScript.StdErr.WriteLine "Goodbye, World!"