initial import

This commit is contained in:
alex
2016-06-27 12:03:58 +01:00
commit 6631c269a8
68 changed files with 1250 additions and 0 deletions

4
testdata/initial/file.erl vendored Normal file
View File

@@ -0,0 +1,4 @@
-module(hello).
-export([hello_world/0]).
hello_world() -> io:fwrite("hello, world\n").