Skip to content
Snippets Groups Projects
Commit 9e9fad1c authored by OUKARA Anass's avatar OUKARA Anass
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
{
"compilerOptions": {
"noImplicitAny": true
},
"lint": {
"rules": {
"tags": ["recommended"],
"include": [
"ban-untagged-todo",
"camelcase",
"explicit-function-return-type"
],
"exclude": ["no-unused-vars", "prefer-const"]
}
}
}
{
"deno.enable": true,
"deno.config": "./deno.jsonc",
"deno.unstable": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "denoland.vscode-deno"
}
console.log("Hello, word!");
function _est_adn(x: string): undefined {
for (let x = 0; x <)
if (x === "A" || x === "C" || x === "T" || x === "G") {
console.log("True");
} else {
console.log("False");
}
}
console.log("Hello world");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment