//#include <stdio.h>
//
//int main()
//{
// printf("Hellooooo guys!this is my first time that I do c language!!!!!This is more wonderful than I thought!!!!weeepeee!!!I think my friend likes it tooooo!hahahaha!I hope you guys like my cooode!THANK YOU FOR KIND ATTENTION!")
// ;return 0;
//}
/*
#include <stdio.h>
int main()
{
printf("Hello");
return 0;
}
*/
/*
#include <stdio.h>
int main()
{
printf("Hello World");
return 0;
*/
/*#include <stdio.h>
int main()
{
printf("Hello\nWorld");
return 0;
}
*/
/*#include <stdio.h>
int main()
{
printf("\'Hello'");
return 0;
}
*/
/*#include <stdio.h>
int main()
{
printf("\"Hello World\"");
return 0;
}
*/
/*#include <stdio.h>
int main()
{
printf("\"!@#$%%^&*()\"");
return 0;
}*/
/*#include <stdio.h>
int main()
{
printf("\"C:\\Download\\hello.cpp\"");
return 0;
}
*/