Hello all. I am working on a Lab and need some help.

R3 has fully functional OSPF behind it.
R4 has fully functional EIGRP behind it
Connected to each other on S0/0/0. Network 10.0.0.0/30
According to the lab, I have the following constraints:
R3 S0/0/0 must not use OSPF
R4 S0/0/0 must not use EIGRP
R3 and R4 notify each other of networks behind them (not manually).
Admittedly I do not know much about OSPF or EIGRP redistribution.
=====R3=====
router ospf 1 router-id 3.3.3.3
log-adjacency-changes
area 3 authentication message-digest
network 192.168.23.0 0.0.0.3 area 3
default-information originate
=====R4=====
router eigrp 1
passive-interface default
no passive-interface Serial0/0/0
no passive-interface Serial0/0/1
no passive-interface Serial0/1/0
network 10.0.0.0 0.0.0.3
network 192.168.120.0 0.0.0.3
network 192.168.230.0 0.0.0.3
network 209.165.200.224 0.0.0.3
network 192.168.200.0
no auto-summary
Any help you can provide would be greatly appreciated.