swc-workshop.git
11 years agoMerge branch 'master' into namespaced
W. Trevor King [Thu, 24 Oct 2013 03:02:35 +0000 (20:02 -0700)]
Merge branch 'master' into namespaced

This is a no-op merge, explicitly considering and rejecting the
de-namespacing from the master branch.  After this merge, future
merges from the master branch will pick up any content changes.

  $ git merge --log --no-ff --strategy ours master

* master:
  hello: Remove nesting 1-Shell/

11 years agohello: Add nesting modular/shell/exercises/hello/
W. Trevor King [Thu, 24 Oct 2013 02:58:52 +0000 (19:58 -0700)]
hello: Add nesting modular/shell/exercises/hello/

This gives the submodule-averse the nesting they'd usually get by
merging the master branch in a submodule at
modular/shell/exercises/hello.

11 years agohello: Remove nesting 1-Shell/
W. Trevor King [Thu, 24 Oct 2013 02:54:57 +0000 (19:54 -0700)]
hello: Remove nesting 1-Shell/

There's no need to hard-code target directories in this repository.
Anyone consuming this material can use submodules and pick their own
target directory.

11 years agoAdded more to shell tutorial. Also added a hello world program
Milad Fatenejad [Sun, 1 Apr 2012 21:09:31 +0000 (16:09 -0500)]
Added more to shell tutorial. Also added a hello world program

W. Trevor King: I dropped everything from the original d25bc30 except
for the 1-Shell/hello addition.