Инициализирован тестовый проект.
This commit is contained in:
parent
eb132f2867
commit
d4007d11e8
5
.gitignore
vendored
5
.gitignore
vendored
@ -52,3 +52,8 @@ Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# VSCode Folder
|
||||
**/.vscode
|
||||
|
||||
# Compiled files
|
||||
*.exe
|
8
Lab1/hello.c
Normal file
8
Lab1/hello.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("Hello world!");
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user