Skip to content

Commit

Permalink
Add default D code template for first time page loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Apr 24, 2016
1 parent 870355a commit 4d9327d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,11 @@ <h4>Save as...</h4>

func main() {}
</div>
<div class="template lang d">// Type your code here, or load an example.</div>
<div class="template lang d">// Type your code here, or load an example.
int square(int num) {
return num * num;
}
</div>

<map name="ghm">
<area shape="poly" coords="16,0,149,133,149,0" href="https://github.com/mattgodbolt/gcc-explorer">
Expand Down

0 comments on commit 4d9327d

Please sign in to comment.