9 lines
76 B
C++
9 lines
76 B
C++
|
|
#include <ns3/src-header.h>
|
||
|
|
|
||
|
|
int
|
||
|
|
main()
|
||
|
|
{
|
||
|
|
testPrint2();
|
||
|
|
return 0;
|
||
|
|
}
|