[ create a new paste ] login | about

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

appunti2 - C, pasted on Apr 30:
1
2
3
4
5
6
7
#include <stdio.h>
#define SALUTO Ciao! come stai?
int main (void)
{
  printf ("SALUTO\n");
  return 0;
}


Output:
1
SALUTO


Create a new paste based on this one


Comments: