/samples/basics/using-puts-with-args.ooc
http://github.com/nddrylliog/oc · Unknown · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · cdb41d5c71392a494b1c0d53105f06c9 MD5 · raw file
- puts: extern func (s: CString)
- main := func {
- puts("Hi, world!")
- }