🌈 style:
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
#include "tool1.h"
|
||||
#include "tool2.h"
|
||||
|
||||
int main()
|
||||
int main( )
|
||||
{
|
||||
mytool1();
|
||||
mytool2();
|
||||
mytool1( );
|
||||
mytool2( );
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user