#include <stdio.h>
#include <lisp.h>
#define loop for
#define dicks 12
int main() {
puts("/prog/");
int nope = 0;
goto saved;
loop(;;nope)print(eval(read()));
saved:
printf("Disaster averted...\n");
return factorial(dicks);
}
int factorial(n)
{
if (n==0)
return 1;
else if (n > 0)
return n * factorial(n - 1);
}
Name:
Anonymous2011-04-09 20:43
#include <stdio.h>
#include <lisp.h>
#define loop for
#define dicks 12
#define BEGIN {
#define END }
int main()
BEGIN
puts("/prog/");
int nope = 0;
goto saved;
loop(;;nope)
BEGIN
print(eval(read()));
END
saved:
printf("Disaster averted...\n");
return factorial(dicks);
END
int factorial(n)
BEGIN
if (n==0)
BEGIN
return 1;
END
else if (n > 0)
BEGIN
return n * factorial(n - 1);
END
END
Name:
Anonymous2011-04-09 20:48
#include <stdio.h>
#include <lisp.h>
#define loop for
#define dicks 12
#define BEGIN { lolwut();
#define END }
int main()
BEGIN
puts("/prog/");
int nope = 0;
goto saved;
loop(;;nope)
BEGIN
print(eval(read()));
END
saved:
printf("Disaster averted...\n");
return factorial(dicks);
END
int factorial(n)
BEGIN
if (n==0)
BEGIN
return 1;
END
else if (n > 0)
BEGIN
return n * factorial(n - 1);
END
END
int lolwut()BEGIN
int x = 0;
int* xstar = &x;
for(;;)BEGIN
xstar = xstar*dicks;
END
return dicks;
END
#include <stdio.h>
#include <lisp.h>
#define loop for
#define dicks 12
#define BEGIN { lolwut();
#define END }
#define RET return
#define JMP goto
int main()
BEGIN
puts("/prog/");
int nope = 0;
JMP saved;
loop(;;nope)
BEGIN
print(eval(read()));
END
saved:
printf("Disaster averted...\n");
RET factorial(dicks);
END
int factorial(n)
BEGIN
if (n==0)
BEGIN
RET 1;
END
else if (n > 0)
BEGIN
RET n * factorial(n - 1);
END
END
int lolwut()BEGIN
int x = 0;
int* xstar = &x;
for(;;)BEGIN
xstar = xstar*dicks;
END
RET dicks;
END
Name:
Anonymous2011-04-09 20:54
>>13
#include <stdio.h>
#include <lisp.h>
#define loop for
#define dicks 12
#define BEGIN { lolwut();
#define END }
#define RET return
#define JMP goto
int main()
BEGIN
puts("/prog/");
int nope = 0;
JMP saved;
loop(;;nope)
BEGIN
print(eval(read()));
END
saved:
printf("Disaster averted...\n");
RET factorial(dicks);
END
int factorial(n)
BEGIN
if (n==0)
BEGIN
RET 1;
END
else if (n > 0)
BEGIN
RET n * factorial(n - 1);
END
END
int lolwut()BEGIN
int x = 0;
int* xstar = &x;
for(;;)BEGIN
xstar = xstar*dicks;
END
RET dicks;
END
Good heavens I had the first reply to this thread. What happened to my program?
Name:
||GASM2011-04-09 21:13
>>21
Sorry bro. That is a hello world program after 4chans.
Name:
Anonymous2011-04-09 21:18
#include <stdio.h>
#include <lisp.h>
#define loop for
#define dicks 12
#define BEGIN { lolwut();
#define END }
#define RET return
#define JMP goto
int main()
{
puts("/prog/");
int nope = 0;
JMP saved;
loop(;;nope)
{
print(eval(read()));
END
saved:
printf("Disaster averted...\n");
printf("NOW TYPE YOUR NAME:");
int c;
while ( (c=getchat()) != EOF){
puts(c);
}
printf("\n\nTHAT IS A SHIT NAME!\n\n");
RET factorial(dicks);
END
int factorial(n)
{
if (n==0)
{
RET 1;
END
else if (n > 0)
{
RET n * factorial(n - 1);
END
END
int lolwut(){
int x = 0;
int* xstar = &x;
for(;;x==1){
xstar = xstar*dicks;
END
RET dicks;
END