Practice for Linnux Commands
- Make the directory
week1 - Make a file with any programming language to print
hello worldgcc test.c; ./a.outpython test.pygo run test.goruby test.rbnode test.js
Solution
mkdir week1
cd week1
touch test.py
# Write the following code in test.py
python test.py