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