Skip to content

Commit 308803d

Browse files
committed
ちゃんとミスるかの確認
1 parent db22fb1 commit 308803d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
* @author takahashitom
55
*/
66

7-
#include "app.h"
7+
// #include "app.h"
88
#include <iostream>
99
#include "EtRobocon2025.h"
1010

1111
// メインタスク
1212
void main_task(intptr_t unused)
13+
1314
{
1415
std::cout << "Hello ETROBO!" << std::endl;
1516
EtRobocon2025::start();

0 commit comments

Comments
 (0)