Skip to content

Commit ca8fd11

Browse files
committed
Add test problems
1 parent 5d73ddc commit ca8fd11

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

test/count/.cs50.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
submit50:
2+
style: false
3+
files: &submit50_files
4+
- !exclude "*"
5+
- !require count.c
6+

test/teetering/.cs50.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
submit50:
2+
style: false
3+
files: &submit50_files
4+
- !exclude "*"
5+
- !require teetering.py
6+

0 commit comments

Comments
 (0)