Imgflip Logo Icon
BotWatchesYou (1510)
Joined 2020-06-07
12 Featured Images
21 Creations
17 Comments
1 Follower

Latest Submissions See All

Latest Comments

Big Brain in fun
1 up, 4y
nice
Big Brain in fun
0 ups, 4y
C++
#include <iostream>
using namespace std:

int main()
{
std::cout << "Hello" << std::endl;
return 0;
}

C
#include <iostream>

int main()
{
printf("hello")
return 0;
}

Java
public class Main
{
public static void main(String[] args)
{
System.out.print("Hello world!")
}
}

Python
print("Hello again")

JavaScript
alert("Hi")
Big Brain in fun
0 ups, 4y
welp heres some programming:
Big Brain in fun
0 ups, 4y
same mate
Big Brain in fun
0 ups, 4y
yeah I said that for you to answer to keep the talk going.