Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -1,2 +1,4 @@
|
|||
---
|
||||
category:
|
||||
- Simple
|
||||
note: Basic language learning
|
||||
|
|
|
|||
2
Task/Empty-program/360-Assembly/empty-program.360
Normal file
2
Task/Empty-program/360-Assembly/empty-program.360
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
BR 14
|
||||
END
|
||||
1
Task/Empty-program/ALGOL-60/empty-program.alg
Normal file
1
Task/Empty-program/ALGOL-60/empty-program.alg
Normal file
|
|
@ -0,0 +1 @@
|
|||
'BEGIN' 'END'
|
||||
1
Task/Empty-program/AWK/empty-program-2.awk
Normal file
1
Task/Empty-program/AWK/empty-program-2.awk
Normal file
|
|
@ -0,0 +1 @@
|
|||
// {print}
|
||||
|
|
@ -1 +0,0 @@
|
|||
10 END
|
||||
0
Task/Empty-program/OOC/empty-program.ooc
Normal file
0
Task/Empty-program/OOC/empty-program.ooc
Normal file
|
|
@ -0,0 +1 @@
|
|||
unit
|
||||
|
|
@ -1 +1,4 @@
|
|||
unit
|
||||
functor
|
||||
define
|
||||
skip
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
/*comment*/
|
||||
|
|
@ -1 +1 @@
|
|||
/**/
|
||||
/*comment*/
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
/*REXX*/
|
||||
/**/
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
/*this REXX program calculates if a date is a workday for the XYZ Company.*/
|
||||
/*REXX*/
|
||||
|
|
|
|||
1
Task/Empty-program/REXX/empty-program-5.rexx
Normal file
1
Task/Empty-program/REXX/empty-program-5.rexx
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*this REXX program calculates if a date is a workday for the XYZ Company.*/
|
||||
0
Task/Empty-program/Scilab/empty-program.scilab
Normal file
0
Task/Empty-program/Scilab/empty-program.scilab
Normal file
2
Task/Empty-program/Simula/empty-program.simula
Normal file
2
Task/Empty-program/Simula/empty-program.simula
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
BEGIN
|
||||
END
|
||||
2
Task/Empty-program/Visual-Basic/empty-program.vb
Normal file
2
Task/Empty-program/Visual-Basic/empty-program.vb
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Sub Main()
|
||||
End Sub
|
||||
Loading…
Add table
Add a link
Reference in a new issue