blob: 51e0252d4b0f148cfe9bf6da72548a063361b1f9 [file] [log] [blame]
Ilya Moiseenko1762af72011-07-18 16:43:10 -07001/*
2 * syntactic-topology.c
3 * XcodeProject
4 *
5 * Created by Ilya Moiseenko on 7/18/11.
6 * Copyright 2011 University of California, Los Angeles. All rights reserved.
7 *
8 */
9
10#include "ns3/core-module.h"
11
12using namespace ns3;
13
14int
15main (int argc, char *argv[])
16{
17 return 0;
18}