2016 Update

This commit is contained in:
Tina Müller 2016-12-05 22:15:40 +01:00
parent 948b86eafa
commit dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions

View file

@ -1,3 +1,5 @@
In this task, the goal is to create the simplest possible program that is still considered "correct."
;Task:
Create the simplest possible program that is still considered "correct."
<br><br>
=Programming Languages=

View file

@ -0,0 +1 @@
end

View file

@ -0,0 +1,8 @@
segment .text
global _start
_start:
mov eax, 60
xor edi, edi
syscall
end

View file

@ -1,3 +1 @@
main () {
return 0;
}
const main = 195;

View file

@ -0,0 +1,3 @@
#symbol program =
[
].

View file

@ -0,0 +1 @@
''

View file

@ -0,0 +1 @@
.

View file

@ -0,0 +1 @@
fun main(a: Array<String>) {}

View file

@ -0,0 +1,3 @@
.text
main: li $v0, 10
syscall

View file

@ -1 +0,0 @@
use v6;

View file

@ -1 +1 @@
v6;
use v6;

View file

@ -1 +1 @@
6;
v6;

View file

@ -1,2 +0,0 @@
#!/usr/bin/perl
1;

View file

@ -1,2 +1 @@
#!/usr/bin/perl
exit;

View file

@ -0,0 +1 @@
&{}

View file

@ -1 +1 @@
/*comment*/
/*REXX*/

View file

@ -0,0 +1 @@
end ' actually a blank is ok