/HeLLoWoRLd.c

Hello, World!

Primary LanguageC

HeLLoWoRLd.c

This is a plain, simple C program that prints a "Hello World" message. That's it. :)
Only supports Windows OS + MSVC/MinGW C-compiler.

Source Code

#if defined(_MSC_VER) && defined(_WIN32) && defined(_M_IX86) && !defined(__cplusplus)
#pragma comment(linker,"/section:.bss,rew")
#elif defined(__GNUC__) && defined(_WIN32) && defined(__i386__) && !defined(__cplusplus)
__attribute__((section("xaw,\"xaw\"#")))
#else
#error
#endif

__<:'>'
+'<':>;_
(char_,
_char,
_char_)<%
(_char<:
(char*)
char_:>)?_
(char_,
-~_char,
_char<:
(char*)__:>=
_char<:
(char*)
char_:>):(
(char(*)
(char*))__)
(__+-~*"");%>
(main)()<%_(
"AAXXPYIIIIIIIIIIIIIIII"
"7QZjAXP0A0AkAAQ2AB2BB0BBA"
"BXP8ABuJIxhS0uPGpS01KosHkeU"
"6Qky3TLKt1p0NkrVVlNkD6flylNMN"
"kTplKCNtXsZGuaCK1wt6D3LS0Wp30lM"
"K3D4gpwpwpjH4D5PEPgpYoXPXkine0Nk0"
"oelNk2LgMrXnkf4DoFDnkT4doQ0uQYnv0sr"
"aRilNMNkGlutTOmffk4xDLc7RU8qM3s4g00Cj"
"KkB3hFoH7StB7ynLKBTVOwlC1in4CWLlFMYalq4"
"WlcQiS5Ps0F73YPn1UQh3U1sS0u3Pmatq0VORCEp2"
"PpobWauT2sCe8CU0l2La04m0N2OBlBOrGbOwPDmPCRO"
"bMpmE10nPdupWR3DBRcI3KGXCybN3FBObKu5vMpWQu2BF"
"2E5aaCECUCCrTwPDmCeQbcY7PBHbT3D0p2SejdoDod0U10s"
"t4U50be9BNvN3SROrMfOBR3QbWToSYbkFU5c2Kv8D4d0FIvN"
"PC2O2NadcUBN3D1mQs1q3DU3BH1kcMQ25PAA",'<'>'<');%>

Compile & Run

> cl helloworld.c /nologo /w /link /MACHINE:X86 /out:helloworld.exe
helloworld.c

> helloworld.exe

  ██╗  ██╗███████╗██╗     ██╗      ██████╗
  ██║  ██║██╔════╝██║     ██║     ██╔═══██╗
  ███████║█████╗  ██║     ██║     ██║   ██║
  ██╔══██║██╔══╝  ██║     ██║     ██║   ██║
  ██║  ██║███████╗███████╗███████╗╚██████╔╝▄█╗
  ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝ ╚═════╝ ╚═╝

  ██╗    ██╗ ██████╗ ██████╗ ██╗     ██████╗ ██╗
  ██║    ██║██╔═══██╗██╔══██╗██║     ██╔══██╗██║
  ██║ █╗ ██║██║   ██║██████╔╝██║     ██║  ██║██║
  ██║███╗██║██║   ██║██╔══██╗██║     ██║  ██║╚═╝
  ╚███╔███╔╝╚██████╔╝██║  ██║███████╗██████╔╝██╗
   ╚══╝╚══╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═════╝ ╚═╝

                                      @xorespesp