blob: f170b2223de9527f8eeb39c31db870cbb215f73c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* activity6.h
*
* Created on: Sep 26, 2025
* Author: sowgro
*/
#ifndef INC_ACTIVITIES_ACTIVITY6_H_
#define INC_ACTIVITIES_ACTIVITY6_H_
void activity6_run();
#endif /* INC_ACTIVITIES_ACTIVITY6_H_ */
|