This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04098d942dedbe4d6af7b8291a54b7a05b98169be50d1a66116855cccec322798fd874fc713e81304019a9d437caf4e387c52d9184569b6dc9f13c0f2d25919281 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Created by lukas on 19.10.2016. | |
// | |
#include <stdio.h> | |
#include <stdlib.h> | |
int main(int argc, char *argv[]) { | |
// Anzahl der Argumente | |
// Bsp.: ./Getmax 1 5 3 7 9 |
NewerOlder