Skip to content
Snippets Groups Projects
Commit 3eaa8994 authored by marilop's avatar marilop
Browse files

Update .gitignore

parent b98d66c0
No related branches found
No related tags found
No related merge requests found
/target
File deleted
#include <stdio.h>
int main(){
int a = 20;
for(int i=0; i<=0; i++){
a=a-1;
a*2;
}
return 0;
}
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment