Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab4 #21

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Next Next commit
добавлен hello.c и empty
  • Loading branch information
kuroochkin committed Sep 8, 2023
commit 81eb312ee113311dd6953f0060bde712cad0753a
Empty file added lab0/hello/empty
Empty file.
6 changes: 6 additions & 0 deletions lab0/hello/newhello.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <stdio.h>

int main()
{
printf("Hello World!\n");
}