Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
theNox94777y@Dimmerworld we know what you meant so it's okay :) C++ ftw! (also: it should be include <iostream> and std::cout; std::endl unless you write using namespace std; or using std::cout ...)
-
kaloxy9577yclass Greet()
def initialize()
end
def display()
puts "Hello World of Ruby"
end
end
hi = Greet.new()
hi.display -
enzop12477y-[------->+<]>-.-[->+++++<]>++.+++++++..+++.[--->+<]>-----.---[->+++<]>.-[--->+<]>---.+++.------.--------.
Hello World in Brainfuck :D
print("Hello World!")
undefined