Add Latino, *><>, ><>, Charcoal, Candy, Alice, BBC BASIC, C--, Cubix, DB2, GOTO++, Haifuckqueue, Husk, Haystack, Integral, Lost, Pyth, REBMU, Rotor, Evil and Your Mom (#1315)
Co-authored-by: Gabe <66077254+MrBrain295@users.noreply.github.com> Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
12
c/C--
Normal file
12
c/C--
Normal file
@@ -0,0 +1,12 @@
|
||||
target byteorder little;
|
||||
import puts;
|
||||
export main;
|
||||
|
||||
section "data"{
|
||||
s:bits8[] "Hello World\0";
|
||||
}
|
||||
|
||||
foreign "C" main(){
|
||||
foreign "C" puts("address"s);
|
||||
foreign "C" return(0);
|
||||
}
|
||||
1
c/Candy.candy
Normal file
1
c/Candy.candy
Normal file
@@ -0,0 +1 @@
|
||||
"Hello World"(;)
|
||||
1
c/Charcoal verbose mode.cl
Normal file
1
c/Charcoal verbose mode.cl
Normal file
@@ -0,0 +1 @@
|
||||
Print("Hello World");
|
||||
1
c/Charcoal.cl
Normal file
1
c/Charcoal.cl
Normal file
@@ -0,0 +1 @@
|
||||
Hello World
|
||||
Reference in New Issue
Block a user