blob: 90c81bba8ce4ba540b08776b67a467bbe95ec736 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* activity5.h
*
* Created on: Sep 23, 2025
* Author: sowgro
*/
#ifndef INC_ACTIVITIES_ACTIVITY5_H_
#define INC_ACTIVITIES_ACTIVITY5_H_
void activity5_run();
#endif /* INC_ACTIVITIES_ACTIVITY5_H_ */
|