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 +0,0 @@
echo 'with Ada.text_IO; use Ada.text_IO; procedure X is begin Put("Hello!"); end X;' > x.adb; gnatmake x; ./x; rm x.adb x.ali x.o x

View file

@ -1 +0,0 @@
echo 'display "hello".' | cobc -xFj -frelax -

View file

@ -1 +0,0 @@
echo 'id division. program-id. hello. procedure division. display "hello".' | cobc -xFj -

View file

@ -1 +0,0 @@
emacs -batch -eval '(princ "Hello World!\n")'

View file

@ -1 +0,0 @@
emacs -batch sample.c --eval '(indent-region (point-min) (point-max) nil)' -f save-buffer

View file

@ -1,2 +0,0 @@
> powershell -Command "Write-Host 'Hello'"
Hello

View file

@ -1 +0,0 @@
rebview -vswq --do "print {Hello!} quit"