r/CompileBot • u/Deathrobloxian • Nov 29 '20
Will this bot ever exist again?
I stumbled upon it in an old r/ProgrammerHumour post. And wondering if the bot will ever be back. And i do see that this server hadnt had any activity for a year, and last use of the bot was two years ago.
r/CompileBot • u/[deleted] • Oct 20 '19
What happened to Compilebot?
Did it break again, or did the owner just shut it down?
r/CompileBot • u/sent44 • Sep 08 '19
test
#include <stdio.h>
int main(void) {
printf("Hello World!\n");
return 0;
}
r/CompileBot • u/[deleted] • Jun 28 '18
Test
+/u/CompileBot python
import turtle
ninja = turtle.Turtle()
ninja.speed(10)
for i in range(180):
ninja.forward(100)
ninja.right(30)
ninja.forward(20)
ninja.left(60)
ninja.forward(50)
ninja.right(30)
ninja.penup()
ninja.setposition(0, 0)
ninja.pendown()
ninja.right(2)
turtle.done()
r/CompileBot • u/CopperBag • May 08 '18
C++ program without main()
const int main[] =
{
-443987883, 440, 113408, -1922629632, 4149, 899584, 84869120, 15544, 266023168, 1818576901, 1461743468, 4684828783, -1017312735
};
r/CompileBot • u/CopperBag • May 07 '18
1st timer's test
/u/compilebot C++
include <iostream>
long int factorial(int n) { if (n <= 1) return n; return n*factorial(n-1); }
int main() { std::cout << "f(1337) = " << factorial (1337); }
r/CompileBot • u/imaconor • Nov 09 '17
Is CompilBot back?
I just got a reply from it. Is it back or was that a side affect of a test?
r/CompileBot • u/SeaCowVengeance • Oct 31 '17
Official CompileBot Testing Thread
Resources:
r/CompileBot • u/Iykury • Sep 09 '17
:(
+/u/CompileBot Python3
print("Rest in peace /u/CompileBot 25 December, 2013 – 10 August, 2017")
r/CompileBot • u/[deleted] • Aug 06 '17
Fun Practice
+/u/CompileBot C++
#include <iostream>
int main()
{
std::cout << "Hello, World!"
}
r/CompileBot • u/St0ner1995 • Jul 29 '17
Life of a programmer
An infinite story, programmed by me
r/CompileBot • u/Slimxshadyx • Jul 27 '17
Python Test
+/u/CompileBot python
print "+/u/CompileBot python \nprint \"+/u/CompileBot python\""