Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -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;
|
||||
|
|
@ -1 +0,0 @@
|
|||
ConsoleWriteError("Goodbye, World!" & @CRLF)
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
program-id. ehello.
|
||||
procedure division.
|
||||
display "Goodbye, world!" upon syserr.
|
||||
stop run.
|
||||
|
|
@ -1 +0,0 @@
|
|||
(message "Goodbye, World!")
|
||||
|
|
@ -1 +0,0 @@
|
|||
(princ "Goodbye, World!\n" 'external-debugging-output)
|
||||
|
|
@ -1 +0,0 @@
|
|||
puts(2,"Goodbye, world!\n") -- 2 means output to 'standard error'
|
||||
|
|
@ -1 +0,0 @@
|
|||
Write-Error "Goodbye, World!"
|
||||
|
|
@ -1 +0,0 @@
|
|||
[Console]::Error.WriteLine("Goodbye, World!")
|
||||
|
|
@ -1 +0,0 @@
|
|||
WScript.StdErr.WriteLine "Goodbye, World!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue