Skip to content

Instantly share code, notes, and snippets.

@ivanelson
Created March 21, 2019 18:51
Show Gist options
  • Save ivanelson/d6f51bbc04243318a9f6be22effb9aa2 to your computer and use it in GitHub Desktop.
Save ivanelson/d6f51bbc04243318a9f6be22effb9aa2 to your computer and use it in GitHub Desktop.
calcula o algortimo.....
#include <stdio.h>
int main()
{
printf("Hello World numero!!!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment