[ create a new paste ] login | about

Link: http://codepad.org/yPhYCMFO    [ raw code | output | fork | 3 comments ]

C, pasted on Mar 29:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdio.h>

int main(void)
{
  unsigned int plus_one = 1;
  int minus_one = -1;

  if(plus_one < minus_one)
    printf("1 < -1");
  else
    printf("boring");

  return 0;
}


Output:
1
1 < -1


Create a new paste based on this one


Comments:
posted by jasonthebomb on Mar 16
fuckyou
reply
posted by jasonthebomb on Mar 16

reply
posted by jasonthebomb on Mar 16
!#bin/bash
reply