Data update

This commit is contained in:
Ingy döt Net 2026-04-30 12:34:36 -04:00
parent 4bb20c9b71
commit cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions

View file

@ -0,0 +1 @@
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

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

View file

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

View file

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

View file

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

View file

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

View file

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