Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
4
Task/Empty-program/Ada/empty-program.adb
Normal file
4
Task/Empty-program/Ada/empty-program.adb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
procedure Empty is
|
||||
begin
|
||||
null;
|
||||
end;
|
||||
1
Task/Empty-program/AutoIt/empty-program.au3
Normal file
1
Task/Empty-program/AutoIt/empty-program.au3
Normal file
|
|
@ -0,0 +1 @@
|
|||
;nothing
|
||||
0
Task/Empty-program/COBOL/empty-program.cob
Normal file
0
Task/Empty-program/COBOL/empty-program.cob
Normal file
4
Task/Empty-program/Haxe/empty-program.hx
Normal file
4
Task/Empty-program/Haxe/empty-program.hx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
class Program {
|
||||
static function main() {
|
||||
}
|
||||
}
|
||||
2
Task/Empty-program/LOLCODE/empty-program.lol
Normal file
2
Task/Empty-program/LOLCODE/empty-program.lol
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
HAI 0
|
||||
KTHXBYE
|
||||
1
Task/Empty-program/Oberon-07/empty-program.oberon
Normal file
1
Task/Empty-program/Oberon-07/empty-program.oberon
Normal file
|
|
@ -0,0 +1 @@
|
|||
MODULE M; END M.
|
||||
1
Task/Empty-program/PL-M/empty-program.plm
Normal file
1
Task/Empty-program/PL-M/empty-program.plm
Normal file
|
|
@ -0,0 +1 @@
|
|||
100H: ; EOF
|
||||
1
Task/Empty-program/PowerShell/empty-program.ps1
Normal file
1
Task/Empty-program/PowerShell/empty-program.ps1
Normal file
|
|
@ -0,0 +1 @@
|
|||
&{}
|
||||
1
Task/Empty-program/Rebol/empty-program.rebol
Normal file
1
Task/Empty-program/Rebol/empty-program.rebol
Normal file
|
|
@ -0,0 +1 @@
|
|||
Rebol []
|
||||
1
Task/Empty-program/VBScript/empty-program.vbs
Normal file
1
Task/Empty-program/VBScript/empty-program.vbs
Normal file
|
|
@ -0,0 +1 @@
|
|||
'
|
||||
6
Task/Empty-program/VHDL/empty-program.vhd
Normal file
6
Task/Empty-program/VHDL/empty-program.vhd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
entity dummy is
|
||||
end;
|
||||
|
||||
architecture empty of dummy is
|
||||
begin
|
||||
end;
|
||||
Loading…
Add table
Add a link
Reference in a new issue