2010年12月24日金曜日

いろいろな言語でメリクリ!!

いろいろなプログラム言語でメリークリスマス!!

Ada:
with Ada.Text_Io; use Ada.Text_Io;
procedure Xmas is
begin
 Put_Line ("Merry Christmas!!");
end Xmas;

BASIC:
10 PRINT "Merry Christmas!!"
20 END

C:
#include 
#include 
int main (int argc, char **argv) 
  {
  puts ("Merry Christmas!!") ;
  return EXIT_SUCCESS ;
  }

C#:
class XmasApp 
{
 static void Main() 
 {
  System.Console.WriteLine("Merry Christmas!!");
 }
}

COBOL:
IDENTIFICATION DIVISION.
PROGRAM-ID. XMAS.
PROCEDURE DIVISION.
DISPLAY "Merry Christmas!!".
STOP RUN.

Java:
public class Xmas{
    public static void main(String[] args){
        System.out.println("Merry Christmas!!");
    }
}

Ruby:
puts "Merry Christmas!!"

Scala:
object Xmas extends Application {
  println("Merry Christmas!!")
}

SQL:
SELECT 'Merry Christmas!!' FROM dual;

PHP:
<?php
echo 'Merry Christmas!!';
exit;
?>

1 件のコメント:

  1. titanium arts
    TATONIC ART titanium metal trim CUSTOMING · TATONIC ROCKING T-TATONIC ROCKING T-TATONIC ROCKING T-TATONIC. This jancasino unique herzamanindir.com/ and original design is crafted with septcasino the use of sustainable

    返信削除