Skip to content

Commit

Permalink
naturais recursivo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeltakano committed Mar 31, 2018
1 parent 3afd93b commit ee6fa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naturais.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
//Ai que delicia//
//
int aux = 0;
int naturais(int numero){
if(aux < numero){
Expand Down

0 comments on commit ee6fa24

Please sign in to comment.