Skip to content
/ SS1 Public

Übungen zu "Systemnahe Software mit C 1"

Notifications You must be signed in to change notification settings

ottojo/SS1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 25, 2019
4a8f95a · Jan 25, 2019

History

15 Commits
Oct 29, 2018
Jan 17, 2019
Jan 25, 2019
Oct 29, 2018
Nov 25, 2018
Nov 25, 2018
Nov 25, 2018
Nov 29, 2018
Dec 5, 2018
Jan 17, 2019
Nov 29, 2018

Repository files navigation

SS1

Übungen zu "Systemnahe Software mit C 1"

In case of automated test failure, submit this:

#include <stdlib.h>
#include <stdio.h>

int main() {
    while(getchar() != -1);
    exit(0);
}

About

Übungen zu "Systemnahe Software mit C 1"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published