Post
Topic
Board Games and rounds
Re: [LONTONG SAYUR Giveway] - Answer & Win total 0.1 - CHAMPION
by
Injust
on 31/10/2015, 15:46:57 UTC

https://twitter.com/sid_itachi

39RRBjy1Dr6bFgComopyHkxfNXLRDtKbFL
Answer:
1. ~p
2.
HTML:


   
   


   
   


   
   

   
   
   

Nameprice
card$ 1
diamond$ 1000
tie$ 50

SQL:
CREATE TABLE new(Name text, price text);

INSERT INTO Costs (Name, price)
VALUES ('card','$ 1');

INSERT INTO Costs (Name, price)
VALUES ('diamond','$ 1000');

INSERT INTO Costs (Name, price)
VALUES ('tie','$ 50');

SELECT * FROM new


3. Crash Bash
4. Sudoku invented by Howard Garns

HMMMM...that answer certainly looks similar to something I've seen before, doesn't it?
That's called smart work  Tongue

It's called smart work if the code works.
Which it doesn't.