This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2023-2-WS_group_project_cstools101
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
added fakultaet.h
remotes/origin/fakultaet
Hendrik Sitzmann
11 months ago
parent
55065b6b99
commit
0d50a1a4e4
1 changed files
with
6 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
6
src/fakultaet/fakultaet.h
6
src/fakultaet/fakultaet.h
View File
@ -0,0 +1,6 @@
#
ifndef FAKULTAET_H
#
define FAKULTAET_H
int
fakultaet
(
int
n
)
;
#
endif
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Programmiermethoden_und_-werkzeuge/2023-2-WS_group_project_cstools101
Title
Body
Create Issue