Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrotedeschi committed May 16, 2021
1 parent 76d48b4 commit f6988f5
Show file tree
Hide file tree
Showing 9 changed files with 755 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"files.associations": {
"*.pv": "ocaml",
"termios.h": "c",
"arid.h": "c",
"unistd.h": "c"
}
}
Binary file added arid
Binary file not shown.
Loading

0 comments on commit f6988f5

Please sign in to comment.