[ create a new paste ] login | about

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

C, pasted on Dec 28:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <stdio.h>

#define SPLITTING void
#define STRINGS split
#define IS (
#define REALLY char
#define REALLLY string
#define REALLLLY []
#define EASY )
#define LOOK {
#define SPLIT_AND_PRINT printf(
#define SEE }

int main(void) {
	split("a\nb");
	return 0;
}

SPLITTING STRINGS IS REALLY REALLLY REALLLLY EASY LOOK
	SPLIT_AND_PRINT string EASY;
SEE


Output:
1
2
a
b


Create a new paste based on this one


Comments: