forked from sharkdp/insect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopy.js
More file actions
15 lines (12 loc) · 709 Bytes
/
copy.js
File metadata and controls
15 lines (12 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { copyFileSync } from "fs";
copyFileSync("node_modules/keyboardevent-key-polyfill/index.js", "web/keyboardevent-key-polyfill.js");
copyFileSync("node_modules/jquery/dist/jquery.min.js", "web/jquery.min.js");
copyFileSync("node_modules/jquery.terminal/js/jquery.terminal.min.js", "web/jquery.terminal.min.js");
copyFileSync("node_modules/jquery.terminal/js/jquery.mousewheel-min.js", "web/jquery.mousewheel-min.js");
copyFileSync("node_modules/jquery.terminal/css/jquery.terminal.min.css", "web/terminal.css");
Console.WriteLine("Name: Muhammad Abdullah ");
Console.WriteLine("Roll No.: 24-ST-020 ");
int a=20 , b=30 ;
int sum ;
sum = a + b ;
Console.WriteLine($" The Sum of Two Numbers is {sum} ");