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

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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