Skip to content

Commit

Permalink
feat: sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark24Code committed Jun 27, 2024
1 parent 54f3d57 commit 9119d20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/a.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
puts "a"
# puts "a"
2 changes: 1 addition & 1 deletion src/lib/b.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
puts "b"
# puts "b"
10 changes: 7 additions & 3 deletions src/main.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
puts "hello world"

puts OS.machine
puts "===== Run Success ======"
puts "Hello World"
puts "Powered by mruby 3.0.0"
puts "===== System Info ======"
puts "Kernel: #{OS.sysname}-#{OS.machine}"
puts "Bit: #{OS.bits}"
puts "Posix: #{OS.posix?}"

0 comments on commit 9119d20

Please sign in to comment.