Skip to content

Commit a7458fa

Browse files
committed
luajit.cpp
1 parent 47addc6 commit a7458fa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

section4/embedded.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
print('hello c++')
44

5+
print(collectgarbage("count"))
6+
7+
print(os.time())
8+
print(os.date("%Y-%m-%d"))
9+
10+
print(jit.version .. ' on ' ..jit.os)
11+

0 commit comments

Comments
 (0)