Skip to content
Snippets Groups Projects
Commit ee7e3e85 authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Beispielprogramme 10.10.2019

parent 86bee2bc
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
int main (void)
{
printf ("Hello, world!\n");
return 0;
}
#include <stdio.h>
int main (void)
{
"Hello, world!\n";
return 0;
}
#include <stdio.h>
int main (void)
{
Hello, world!\n;
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment