7 lines
85 B
Standard ML
7 lines
85 B
Standard ML
structure Shell =
|
|
struct
|
|
fun main () = InitGlfw.main ()
|
|
end
|
|
|
|
val _ = Shell.main ()
|