[ create a new paste ] login | about

Link: http://codepad.org/vnG3xXVO    [ raw code | output | fork ]

slevy1ster - C, pasted on Jul 26:
1
2
3
4
5
6
7
8
#include <stdio.h>

int main (void) {
  printf("Currently, it is late.")
  printf("\nLater than you think.");
  
  return(0);
}


Output:
1
2
In function 'main':
Line 5: error: expected ';' before 'printf'


Create a new paste based on this one


Comments: