This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2022-2-WS_group_project_quiz-game
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49
Commits
1
Branch
0
Tags
136 KiB
C
99%
C++
0.9%
Tree:
996709f706
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '996709f706'
${ noResults }
2022-2-WS_group_project_qui...
/
unittests
/
test_main.c
9 lines
82 B
Raw
Blame
History
#
include
<stdio.h>
#
include
"tests.h"
int
main
(
)
{
test_1
(
)
;
test_2
(
)
;
}
Reference in new issue