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

Beispiel-Programme 5.11.2020

parent ddaa6ef5
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)
{
printf ("Hello, world!");
return 0;
}
#include <stdio.h>
int main (void)
{
printf (Hello, world!);
return 0;
}
#include <stdio.h>
int main (void)
{
"Hello, world!";
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment