Commits in working directory.

This commit is contained in:
Rhys Bower
2015-02-17 19:08:32 -08:00
parent 4691aea289
commit 759a91796c
4 changed files with 2 additions and 18 deletions

View File

@@ -1,4 +1,3 @@
main()
{
print('Hello, world!');
main() {
print('Hello, World!');
}