initial import
This commit is contained in:
4
testdata/initial/file.erl
vendored
Normal file
4
testdata/initial/file.erl
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
-module(hello).
|
||||
-export([hello_world/0]).
|
||||
|
||||
hello_world() -> io:fwrite("hello, world\n").
|
||||
Reference in New Issue
Block a user