Skip to content
Snippets Groups Projects

gruesse die Studiernde und nicht die Welt

Closed Stefan Lankes requested to merge slankes/examples:new_features into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@
int main(int argc, char** argv)
{
printf("Hello World!\n");
printf("Hello GIN3 students!\n");
return 0;
}
Loading