文件名称:gem-wandbox:运行魔盒(http
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-09 10:15:45
Ruby
魔盒
在CLI中运行Wandbox( )。
安装
将此行添加到您的应用程序的Gemfile中:
gem 'wandbox'
然后执行:
$ bundle
或将其自己安装为:
$ gem install wandbox
用法
$ cat test.rb
5.times.each { | n |
puts n
}
$ wandbox run test.rb
0
1
2
3
4
在C ++中使用Boost
使用--options选项。
$ cat test.cpp
# include
【文件预览】:
gem-wandbox-master
----.travis.yml(30B)
----bin()
--------console(332B)
--------setup(115B)
----wandbox.gemspec(1005B)
----Rakefile(29B)
----Gemfile(92B)
----.rspec(31B)
----spec()
--------wandbox_spec.rb(196B)
--------spec_helper.rb(77B)
----.gitignore(102B)
----lib()
--------wandbox()
--------wandbox.rb(389B)
----README.md(4KB)
----exe()
--------wandbox(71B)