add tutorial directory and hello-simulator

This commit is contained in:
Craig Dowell
2007-09-13 11:04:47 -07:00
parent 6c30d76401
commit 873176a3e6
5 changed files with 42 additions and 6 deletions

6
tutorial/wscript Normal file
View File

@@ -0,0 +1,6 @@
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('hello-simulator',
['core'])
obj.source = 'hello-simulator.cc'