Home
Quick Action
Version:
f321f0e
Open sidebar
Hello World
Hello World
main.m
:- module main. :- interface. :- import_module io. :- pred main(io::di, io::uo) is det. :- implementation. main(!IO) :- io.write_string("Hello World!", !IO).
STDIN
RUN
SHARE
INFO