Aller au contenu

Serious Gilles

INpactien
  • Inscription

  • Dernière visite

Tout ce qui a été posté par Serious Gilles

  1. En F#: printfn "Hello world!" En IL (le byte code de .NET): .method static void main() { .entrypoint .maxstack 1 ldstr "Hello world!" call void [mscorlib]System.Console::WriteLine(string) ret }