Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
1
Task/Empty-program/ALGOL-W/empty-program.alg
Normal file
1
Task/Empty-program/ALGOL-W/empty-program.alg
Normal file
|
|
@ -0,0 +1 @@
|
|||
begin end.
|
||||
|
|
@ -1 +1 @@
|
|||
REM
|
||||
:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
int main(int argc, char* argv[])
|
||||
main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1 @@
|
|||
int main ()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
int main() { }
|
||||
|
|
|
|||
1
Task/Empty-program/Common-Lisp/empty-program.lisp
Normal file
1
Task/Empty-program/Common-Lisp/empty-program.lisp
Normal file
|
|
@ -0,0 +1 @@
|
|||
()
|
||||
0
Task/Empty-program/Elixir/empty-program.elixir
Normal file
0
Task/Empty-program/Elixir/empty-program.elixir
Normal file
0
Task/Empty-program/Julia/empty-program.julia
Normal file
0
Task/Empty-program/Julia/empty-program.julia
Normal file
0
Task/Empty-program/TI-83-BASIC/empty-program.ti-83
Normal file
0
Task/Empty-program/TI-83-BASIC/empty-program.ti-83
Normal file
Loading…
Add table
Add a link
Reference in a new issue