File: test.cpp

package info (click to toggle)
r-cran-v8 2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 476 kB
  • sloc: cpp: 977; sh: 68; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#include <libplatform/libplatform.h>
#include <v8.h>
using namespace v8;

int main(){
  V8::Initialize();
}