Project

General

Profile

Download (176 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#include <stdio.h>
2
#include <stdlib.h>
3
int main (int argc, char *argv[]){
4
double input = atof(argv[1]);
5
if (input){
6
printf("command : %s\n FAILED", argv[2]);
7
}
8
return input;
9
}
(6-6/6)