We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Hello World
by Marcelo "maxhero" Amancio de Lima Santos
Hello! I’m Marcelo, but generally people call me “Max” (or “Max Hero”). I was born in Brazil and I’m 26 at the moment of this post.
I’m a software engineer that works with Elixir and enjoys video games, japanese culture and programming.
This post is just a test for making sure I did setup up NimblePublisher properly.
I hope I can keep posting to this blog about the topics that I enjoy…
So, for the title of the post make sense, here is a hello world in C
#include <stdio.h>
int main(int argc, char *argv[]){
printf("Hello, World!");
return 0;
}
tags: announcement