Discussion: Hello, world! en D
Afficher un message
Vieux 27/06/2016, 23h17   #1 (permalink)
Profil
StEvUgnIn
Membre
Ancienneté  34%
Ancienneté 34%
 
Avatar de StEvUgnIn
 
Date d'inscription: octobre 2010
Localisation: Neuchâtel
Genre : Homme
Pays :
Messages: 148
Téléchargements: 11
Uploads: 0
Merci: 13
Remercié 1 fois dans 1 post
Envoyer un message via MSN à StEvUgnIn
Par défaut Hello, world! en D

#include <iostream>

int main(void) // commentaire ligne
{
cout << "Hello, world!\n";
return 0;
}

Et je vous présente le sucesseur :

import std.stdio;

void main()
{
writeln("Hello, world!\n");
}

Devinez quel langage c'est (=> Pas Golang, non)

Je trouve amusant cette façon d'inaugurer cette section
__________________

1x PS2 SCPH50004a v10 Free McBoot 1.8b
1x PSP 1004 6.60 ME-1.6
1x NDS Lite + Itouch DS v3.8d
2x Gamecube
StEvUgnIn est déconnecté   Réponse avec citation