Decode?


Decode?

Originally shared by Ingress

Intel suggests the Faction that secures Operation  #DICE2014  in Las Vegas (http://goo.gl/JVtWnR) will gain a strategic advantage in determining the course of what is to come. Our Scanners detected the following sequence:

with Ada.Text_IO, Ada.Command_Line;
 
procedure Fib is
 
   X: Positive := Positive'Value(Ada.Command_Line.Argument(1));
 
   function Fib(P: Positive) return Positive is
   begin
      if P <= 2 then
         return 1;
      else
         return Fib(P-1) + Fib(P-2);
      end if;
   end Fib;
 
begin
   Ada.Text_IO.Put("Fibonacci(" & Integer'Image(X) & " ) = ");
   Ada.Text_IO.Put_Line(Integer'Image(Fib(X)));
end Fib;

Read more details here: http://goo.gl/26j73w

#DICE2014

Comments

  1. Looks like an "Illuminated Manuscript" possibly from the medieval or renaissance age. The info on the right seems to be a key of some sort.

    ReplyDelete
  2. I remember watching a movie about nostradamus and it looks like one of his pieces

    ReplyDelete

Post a Comment

Popular posts from this blog

Created a Wiki page for the RPG being played at the MAGNUS Reawakens event - please help add intel and share...