YAPC::EU 2018 Glasgow Update!
This commit is contained in:
parent
22f33d4004
commit
4e2d22a71d
1170 changed files with 15042 additions and 3047 deletions
|
|
@ -1,5 +1,3 @@
|
|||
;Task:
|
||||
Create the simplest possible program that is still considered "correct."
|
||||
<br><br>
|
||||
|
||||
=Programming Languages=
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
category:
|
||||
- Initialization
|
||||
- Simple
|
||||
note: Basic language learning
|
||||
|
|
|
|||
1
Task/Empty-program/Beeswax/empty-program-1.beeswax
Normal file
1
Task/Empty-program/Beeswax/empty-program-1.beeswax
Normal file
|
|
@ -0,0 +1 @@
|
|||
*
|
||||
1
Task/Empty-program/Beeswax/empty-program-2.beeswax
Normal file
1
Task/Empty-program/Beeswax/empty-program-2.beeswax
Normal file
|
|
@ -0,0 +1 @@
|
|||
\
|
||||
1
Task/Empty-program/Beeswax/empty-program-3.beeswax
Normal file
1
Task/Empty-program/Beeswax/empty-program-3.beeswax
Normal file
|
|
@ -0,0 +1 @@
|
|||
_
|
||||
1
Task/Empty-program/Beeswax/empty-program-4.beeswax
Normal file
1
Task/Empty-program/Beeswax/empty-program-4.beeswax
Normal file
|
|
@ -0,0 +1 @@
|
|||
/
|
||||
3
Task/Empty-program/VAX-Assembly/empty-program.vax
Normal file
3
Task/Empty-program/VAX-Assembly/empty-program.vax
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
0000 0000 1 .entry main,0 ;register save mask
|
||||
04 0002 2 ret ;return from main procedure
|
||||
0003 3 .end main ;start address for linker
|
||||
Loading…
Add table
Add a link
Reference in a new issue