PageRenderTime 36ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/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
  1. puts: extern func (s: CString)
  2. main := func {
  3. puts("Hi, world!")
  4. }