with Ada.Text_IO; use Ada.Text_IO;
procedure jello is begin
Put_Line("jello!");
end jello;
section .text
global _start
_start:
mov edx,len
mov ecx,msg
mov ebx,1
mov eax,4
int 0x80
mov eax,1
int 0x80
section .data
msg db 'jello!', 0xa
len equ $ - msg
+[----->+++<]>+++.-----.+++++++..+++.[--->+<]>----.
#include <stdio.h>
int main()
{
printf("jello!");
}
class jello
{
static void Main()
{
System.Console.WriteLine("jello!");
}
}
#include <string>
int main()
{
printf("jello!");
}
(ns jello.core
(:gen-class))
(defn -main
[& args]
(println "jello!"))
void main() {
print('jello!');
}
program Jello;
{$APPTYPE CONSOLE}
begin
WriteLn('jello!');
end.
package main
import "fmt"
func main() {
fmt.Println("jello!")
}
class jello {
static public function main():Void {
trace("jello!");
}
}
public class Main {
public static void main(String[] args) {
System.out.println("jello!");
}
}
fun main() {
println("jello!")
}
local Io = require "luan:Io.luan"
local print = Io.print
print("jello!")
program Jello;
begin
writeln("jello!");
end.
use warnings;
print("jello!");
fn main() {
println!("jello!");
}
object jello {
def main(args: Array[String]) = {
println("jello!")
}
}
(display "jello")
(newline)
S S S T T S T S T S L
T L
S S S S S T T S S T S T L
T L
S S S S S T T S T T S S L
T L
S S S S S T T S T T S S L
T L
S S S S S T T S T T T T L
T L
S S S S S S T S S S S T L
T L
S S L
L
L