Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlochess authored Sep 1, 2017
1 parent 122502e commit b6956fc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,3 @@ make && lynx index.html
## Convencion
> http://docs.openstack.org/newton/install-guide-ubuntu/common/conventions.html
{% exercise %}
Define a variable `x` equal to 10.
{% initial %}
var x =
{% solution %}
var x = 10;
{% validation %}
assert(x == 10);
{% context %}
// This is context code available everywhere
// The user will be able to call magicFunc in his code
function magicFunc() {
return 3;
}
{% endexercise %}

0 comments on commit b6956fc

Please sign in to comment.