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
		- 
				
				Me too!
My application prints “Hello World!”
That exclamation mark was my idea... - 
				
				(Only applies to C)
-Wall -pedantic -Wextra -g -fsanitize=address
(-fsanitize and -g is just to make debugging easier)
Still no warnings? Throw random input at it.
Did not crash? Remove -fsanitize and run it using Valgrind.
Clean output? Then I would like to congratulate you but I am busy debugging my programming assignment. - 
				
				I love how the most common comment here is “that can’t be... here give it to me, I’ll break it...”
Congratulations bro! Good work :D - 
				
				@irene Because I have never used C++ so I did not know that 🤣
...and I am only using C because we are required to use it to pass one mandatory subject(Programming and Algorithmics 1) and get credits so I have not looked deeper into any of this 😅 

wrote shitload of clean architecture beautiful code and compiled successfully on the first try without crashes or errors
rant