Programming Languages – ecb.eng.br https://ecb.eng.br Electrical & Electronics | Engineering Wed, 01 Jan 2025 23:08:52 +0000 pt-PT hourly 1 https://ecb.eng.br/wp-content/uploads/2024/07/cropped-avatar-32x32.jpg Programming Languages – ecb.eng.br https://ecb.eng.br 32 32 Hello world! https://ecb.eng.br/2024/07/30/hello-world/ Tue, 30 Jul 2024 14:12:37 +0000 https://ecb.eng.br/?p=1

#include <stdio.h>

void main(){

printf("Hello world!");

}

]]>