Skip to content

Instantly share code, notes, and snippets.

@lshifr
Created November 25, 2012 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lshifr/4143438 to your computer and use it in GitHub Desktop.
Save lshifr/4143438 to your computer and use it in GitHub Desktop.
Test gist with two packages
BeginPackage["Test1`"]
f[x_]:=x^2;
EndPackage[]
BeginPackage["Test2`"]
g[x_]:=x^3;
EndPackage[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment