PageRenderTime 56ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/samples/basics/simple-printf-usage.ooc

http://github.com/nddrylliog/oc
Unknown | 5 lines | 3 code | 2 blank | 0 comment | 0 complexity | e502a4d5e3660f5d29cdd344fd9a8451 MD5 | raw file
  1. //include stdio
  2. printf: extern func
  3. printf("Hi, world!\n")