Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Keynote: Changing Server Landscape @ All Things...

Keynote: Changing Server Landscape @ All Things Open

Brandon Philips

October 19, 2015
Tweet

More Decks by Brandon Philips

Other Decks in Technology

Transcript

  1. you

  2. your with Ada.Text_IO; procedure Hello_World is use Ada.Text_IO; begin Put_Line("Hello,

    world!"); end; #include <stdio.h> int main() { printf("Hello, world!\n"); } package main import "fmt" func main() { fmt.Println("Hello, world!") }
  3. ...