zajecia9
This commit is contained in:
parent
50bf6a5273
commit
2fab3a0816
3
zajecia9/opis.txt
Normal file
3
zajecia9/opis.txt
Normal file
@ -0,0 +1,3 @@
|
||||
uzywac 4 spacji zamiast tab
|
||||
|
||||
zad microshell
|
BIN
zajecia9/program
Executable file
BIN
zajecia9/program
Executable file
Binary file not shown.
6
zajecia9/zad2.c
Normal file
6
zajecia9/zad2.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("Something\n");
|
||||
return 0;
|
||||
}
|
4
zajecia9/zad4/Makefile
Normal file
4
zajecia9/zad4/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
program: program.c
|
||||
gcc -Wall -ansi -o program program.c
|
||||
clean:
|
||||
rm program
|
BIN
zajecia9/zad4/program
Executable file
BIN
zajecia9/zad4/program
Executable file
Binary file not shown.
6
zajecia9/zad4/program.c
Normal file
6
zajecia9/zad4/program.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("Something\n");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user